Searched refs:JSGlobalContextCreate (Results 1 – 18 of 18) sorted by relevance
81 JS_EXPORT JSGlobalContextRef JSGlobalContextCreate(JSClassRef globalObjectClass) AVAILABLE_WEBKIT_V…
63 JSGlobalContextRef JSGlobalContextCreate(JSClassRef globalObjectClass) function
44 JSGlobalContextRef scriptContext = JSGlobalContextCreate(0); in didRunJavaScript()
50 JSGlobalContextRef scriptContext = JSGlobalContextCreate(0); in javaScriptCallback()
32 JSGlobalContextCreate
39 JSGlobalContextCreate
42 JSGlobalContextCreate
34 , m_context(JSGlobalContextCreate(0)) in QScriptEnginePrivate()
137 JSGlobalContextRef ctx = JSGlobalContextCreate(0);
50 JSGlobalContextRef ctx = JSGlobalContextCreate(0);
1113 JSGlobalContextRef ctx = JSGlobalContextCreate(0); in runJavaScriptThread()
786 JSGlobalContextRef context = JSGlobalContextCreate(0); in checkForCycleInPrototypeChain()
608 This changes the behavior of JSGlobalContextCreate(), so that it now uses a private context616 (JSGlobalContextCreate):620 Added new methods. JSGlobalContextCreate() calls JSGlobalContextCreateInGroup() now.1098 * API/JSContextRef.cpp: (JSGlobalContextCreate): Updated for the change in1795 (JSGlobalContextCreate): Use a new syntax for JSGlobalObject allocation.2746 (JSGlobalContextCreate):5112 * API/JSContextRef.cpp: (JSGlobalContextCreate): When allocating JSGlobalObject, indicate16414 (JSGlobalContextCreate):25607 … <rdar://problem/5440659> JSGlobalContextCreate throws away globalObjectClass's prototype25612 JSGlobalContextCreate to be instantiated with the correct prototype.[all …]
13652 (JSGlobalContextCreate):16525 Don't use unique context group in JSGlobalContextCreate() on Tiger or Leopard, take two.16771 Don't use unique context group in JSGlobalContextCreate() on Tiger or Leopard.16773 * API/JSContextRef.cpp: (JSGlobalContextCreate):17869 <rdar://problem/6166088> Give JSGlobalContextCreate a behavior that is concurrency aware,17872 * API/JSContextRef.cpp: (JSGlobalContextCreate):39151 Use the correct version number for when JSGlobalContextCreate was introduced.39267 * API/JSContextRef.h: Deprecated JSGlobalContextCreate(). Added a very conservative39271 (JSGlobalContextCreate): Use shared JSGlobalData.
724 …<rdar://problem/4949002> JSGlobalContextCreate can cause crashes because it passes a NULL JSContex…735 (JSGlobalContextCreate): Initialize the JSCallbackObject with the Interpreter's ExecState.744 <rdar://problem/5438496> JSGlobalContextCreate crashes when passed a custom class747 …(JSGlobalContextCreate): Specify jsNull() as the prototype and let Interpreter's constructor fix i…5311 (JSGlobalContextCreate): Replaced FIXME for NULL JSContextRef with Radar number.8513 (JSGlobalContextCreate):
2542 … <rdar://problem/5440659> JSGlobalContextCreate throws away globalObjectClass's prototype
72601 … <rdar://problem/5440659> JSGlobalContextCreate throws away globalObjectClass's prototype