jsc(1) | General Commands Manual | jsc(1) |
jsc - command-line JavaScript interpreter.
jsc [options] [files] [-- arguments]
This manual page documents briefly the jsc command.
jsc is a command-line utility that allows you to run JavaScript programs outside of the context of a web browser. It is primarily used as part of the test harness for validating the JavaScript portions of WebKit, but can also be used as a scripting tool.
jsc can be run in an interactive mode to test out JavaScript expressions, or it can be passed one or more files to run similar to invoking a Perl or Python script.
This manual page was written by Alberto Garcia <berto@igalia.com>, based on the contents of http://trac.webkit.org/wiki/JSC.
January 21, 2014 |