On Sun, Mar 2, 2014 at 10:42 PM, Bill McCloskey <[email protected]> wrote: >> > Could you set the hook in JS_NewGlobalObject?
That's where I originally had it, and I moved it to slightly later because I thought it might help. Not sure if it did, though. > For the crashes, it's probably best to start by figuring out the assertion > failures. Well, yes. I don't understand all the global initialization code which makes that harder. A lot of them just seem to be cases where a property on the global object gets set earlier than expected, and so then a later setting asserts. More generally, I'm asking this in order to see if there is some basic thing I'm doing wrong before I dig in further. From your response it sounds like the answer is "no", but maybe someone else will be able to identify something. Nick _______________________________________________ dev-tech-js-engine-internals mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

