Bug 121098 - jsc commandline's run() function should take extra arguments
Summary: jsc commandline's run() function should take extra arguments
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-10 08:50 PDT by Filip Pizlo
Modified: 2013-09-10 10:53 PDT (History)
7 users (show)

See Also:


Attachments
the patch (1.58 KB, patch)
2013-09-10 08:52 PDT, Filip Pizlo
msaboff: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2013-09-10 08:50:15 PDT
This allows creating new global objects and telling them what to do.
Comment 1 Filip Pizlo 2013-09-10 08:52:25 PDT
Created attachment 211205 [details]
the patch
Comment 2 Michael Saboff 2013-09-10 09:08:27 PDT
Comment on attachment 211205 [details]
the patch

View in context: https://bugs.webkit.org/attachment.cgi?id=211205&action=review

> Source/JavaScriptCore/jsc.cpp:389
> +    

nit - remove this extra whitespace
Comment 3 Filip Pizlo 2013-09-10 10:53:14 PDT
Landed in http://trac.webkit.org/changeset/155455