DOKK / manpages / debian 12 / libjavascriptcoregtk-4.0-bin / jsc.1.en
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.

Evaluate argument as script code.
Specifies a source file (deprecated).
Shows summary of command-line options.
Enables interactive mode (default if no files are specified).
Outputs profiling data to a file.
Installs signal handlers that exit on a crash.
Output exit code before terminating.
Dumps all JSC VM options and exits.
Dumps all JSC VM options before continuing.
--<jsc VM option>=<value>
Sets the specified JSC VM option.

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