Searched refs:JSGlobalContextCreateInGroup (Results 1 – 12 of 12) sorted by relevance
75 … return JSGlobalContextCreateInGroup(toRef(&JSGlobalData::sharedInstance()), globalObjectClass);79 return JSGlobalContextCreateInGroup(0, globalObjectClass);82 JSGlobalContextRef JSGlobalContextCreateInGroup(JSContextGroupRef group, JSClassRef globalObjectCla… function
95 JS_EXPORT JSGlobalContextRef JSGlobalContextCreateInGroup(JSContextGroupRef group, JSClassRef globa…
67 JSGlobalContextRef ctx = JSGlobalContextCreateInGroup(javaScriptThreadsGroup, 0); in runJavaScriptThread()
46 JSGlobalContextRef context = JSGlobalContextCreateInGroup(NULL, NULL); in main()
839 context = JSGlobalContextCreateInGroup(NULL, NULL); in main()853 context = JSGlobalContextCreateInGroup(NULL, globalObjectClass); in main()1415 … JSGlobalContextRef prototypeLoopContext = JSGlobalContextCreateInGroup(NULL, prototypeLoopClass); in main()
33 JSGlobalContextCreateInGroup
40 JSGlobalContextCreateInGroup
43 JSGlobalContextCreateInGroup
20289 … * API/JSContextRef.cpp: (JSGlobalContextCreateInGroup): Call makeUsableFromMultipleThreads().27296 (JSGlobalContextCreateInGroup):39272 (JSGlobalContextCreateInGroup): Support passing NULL group to request a unique one.39279 Switched to JSGlobalContextCreateInGroup() to avoid deprecation warnings.39281 * JavaScriptCore.exp: Re-added JSLock methods. Added JSGlobalContextCreateInGroup (d'oh!).
358 (JSGlobalContextCreateInGroup):617 (JSGlobalContextCreateInGroup):620 Added new methods. JSGlobalContextCreate() calls JSGlobalContextCreateInGroup() now.
11527 - fix shim instanciation bug in JSGlobalContextCreateInGroup.