Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:jsglobalcontextcreate

724         <rdar://problem/4949002> JSGlobalContextCreate can cause crashes because it passes a NULL JSContextRef to the globalObjectClass's initialize callback
735 (JSGlobalContextCreate): Initialize the JSCallbackObject with the Interpreter's ExecState.
744 <rdar://problem/5438496> JSGlobalContextCreate crashes when passed a custom class
747 (JSGlobalContextCreate): Specify jsNull() as the prototype and let Interpreter's constructor fix it up to point at builtinObjectPrototype().
5311 (JSGlobalContextCreate): Replaced FIXME for NULL JSContextRef with Radar number.
8513 (JSGlobalContextCreate):