Bug 127432 - A modern replacement for the jsc command line tool
Summary: A modern replacement for the jsc command line tool
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Hahnenberg
URL:
Keywords:
Depends on: 127484 127487 128794 128822 128823 128825 127435 127486
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-22 11:04 PST by Mark Hahnenberg
Modified: 2014-02-14 10:12 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 2014-01-22 11:04:25 PST
With the advent of the JavaScriptCore Objective-C API it became much easier to implement a lot of the functionality one might expect from a command line tool for JavaScript. jsc has been around for a while and uses the C API to implement its functionality, but it's pretty barebones. A more featureful, modern version of jsc would be nice, especially as a way to test both the Objective-C API and JavaScriptCore itself.