[webkit-dev] [JavaScriptCore] When to JSValueProtect?

Geoffrey Garen ggaren at apple.com
Sat Dec 7 11:37:03 PST 2013


> At this point, the code is not inside the JS stack, so is it possible for an object to be collected between the calls to JSObjectMake and JSObjectCallAsFunction?

The garbage collector scans the C stack.

Geoff


More information about the webkit-dev mailing list