|
|
|
|
|
by GuiA
5250 days ago
|
|
It's jsc (comes with Webkit) - it's present on Mac OS X by default in /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc You can just do: sudo ln /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc /bin/jsc To be able to invoke it directly from the command line. |
|
I suppose if you are a WebKit-only developer, this utility could have many useful applications.