JSC is a standalone binary that may be used to debug JavascriptCore independently of Webcore. Some advantages are: * no need to compile or link all of QtWebkit (Webcore parts) when iterating on a fix. * better understanding of what JavascriptCore APIs look like * small jsc.cpp main application and jasc.pro which expedite debugging. Creating Javascript file to feed