After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 704406 - Initialize SpiderMonkey Parser API
Initialize SpiderMonkey Parser API
Status: RESOLVED FIXED
Product: gjs
Classification: Bindings
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2013-07-17 16:29 UTC by sébastien lafargue
Modified: 2013-07-17 16:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Initialize SpiderMonkey Parser API (2.42 KB, patch)
2013-07-17 16:29 UTC, sébastien lafargue
committed Details | Review

Description sébastien lafargue 2013-07-17 16:29:00 UTC
we can now use the Reflect.parse() method for parsing JavaScript code
https://developer.mozilla.org/en-US/docs/SpiderMonkey/Parser_API
Comment 1 sébastien lafargue 2013-07-17 16:29:03 UTC
Created attachment 249416 [details] [review]
Initialize SpiderMonkey Parser API

we can now use the Reflect.parse() method for parsing JavaScript code
https://developer.mozilla.org/en-US/docs/SpiderMonkey/Parser_API
Comment 2 Jasper St. Pierre (not reading bugmail) 2013-07-17 16:31:41 UTC
Review of attachment 249416 [details] [review]:

Looks OK.
Comment 3 Jasper St. Pierre (not reading bugmail) 2013-07-17 16:33:47 UTC
Attachment 249416 [details] pushed as 93da723 - Initialize SpiderMonkey Parser API