GNOME Bugzilla – Bug 704343
Remove obsolete calls to JS_EnterLocalRootScope() and JS_LeaveLocalRootScope()
Last modified: 2013-07-17 16:33:43 UTC
Since SpiderMonkey 1.8.5, we no longer need to use this functions because of Garbage collector conservative stack scanner
Created attachment 249310 [details] [review] Remove obsolete calls to JS_EnterLocalRootScope() and JS_LeaveLocalRootScope() Since SpiderMonkey 1.8.5, we no longer need to use this functions because of Garbage collector conservative stack scanner
Review of attachment 249310 [details] [review]: OK.
Review of attachment 249310 [details] [review]: Whoops, meant to mark as ACN.
Attachment 249310 [details] pushed as 06e8b18 - Remove obsolete calls to JS_EnterLocalRootScope() and JS_LeaveLocalRootScope()