GNOME Bugzilla – Bug 724668
coverage: add missing request
Last modified: 2014-02-18 17:58:20 UTC
Spotted by running the tests with a libmozjs compiled with JS_DEBUG and JS_THREADSAFE.
Created attachment 269579 [details] [review] coverage: add missing request
Review of attachment 269579 [details] [review]: Can you put the request in gjs_coverage_write_statistics? I'd like for compartments / requests to be as close as possible to the the high-level user API.
(In reply to comment #2) > Review of attachment 269579 [details] [review]: > > Can you put the request in gjs_coverage_write_statistics? I'd like for > compartments / requests to be as close as possible to the the high-level user > API. Mh... there is an AutoCompartment call right there.
Oh, I forgot I had a few local patches that moved the AutoCompartment to write_statistics.
Review of attachment 269579 [details] [review]: OK for now.
Attachment 269579 [details] pushed as 5e0248c - coverage: add missing request