Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:jsglobalcontextcreate

608         This changes the behavior of JSGlobalContextCreate(), so that it now uses a private context
616 (JSGlobalContextCreate):
620 Added new methods. JSGlobalContextCreate() calls JSGlobalContextCreateInGroup() now.
1098 * API/JSContextRef.cpp: (JSGlobalContextCreate): Updated for the change in
1795 (JSGlobalContextCreate): Use a new syntax for JSGlobalObject allocation.
2746 (JSGlobalContextCreate):
5112 * API/JSContextRef.cpp: (JSGlobalContextCreate): When allocating JSGlobalObject, indicate
16414 (JSGlobalContextCreate):
25607 <rdar://problem/5440659> JSGlobalContextCreate throws away globalObjectClass's prototype
25612 JSGlobalContextCreate to be instantiated with the correct prototype.
25620 (JSGlobalContextCreate): Construct and set the interpreter's global object separately. When globalObjectClass
30209 (JSGlobalContextCreate):