Bug 127432

Summary: A modern replacement for the jsc command line tool
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: NEW ---    
Severity: Normal CC: ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 127484, 127487, 128794, 128822, 128823, 128825, 127435, 127486    
Bug Blocks:    

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.