Bug 148542 - Enable $vm in jsc always, and add $vm.setOptions() utility
Summary: Enable $vm in jsc always, and add $vm.setOptions() utility
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-27 16:08 PDT by Mark Lam
Modified: 2015-08-27 16:20 PDT (History)
0 users

See Also:


Attachments
the fix. (3.13 KB, patch)
2015-08-27 16:17 PDT, Mark Lam
fpizlo: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2015-08-27 16:08:52 PDT
This is useful for testing.
Comment 1 Mark Lam 2015-08-27 16:17:59 PDT
Created attachment 260094 [details]
the fix.
Comment 2 Filip Pizlo 2015-08-27 16:20:24 PDT
Comment on attachment 260094 [details]
the fix.

Currently the mechanism for doing this is to add methods inside run-jsc-stress-tests, and then call those methods from the test file using //@ <call> syntax.

I don't want there to be another way of doing this, unless you are also proposing changing all tests to use your new mechanism.