Searched refs:JSContextGroupRef (Results 1 – 6 of 6) sorted by relevance
51 JS_EXPORT JSContextGroupRef JSContextGroupCreate() AVAILABLE_IN_WEBKIT_VERSION_4_0;59 JS_EXPORT JSContextGroupRef JSContextGroupRetain(JSContextGroupRef group) AVAILABLE_IN_WEBKIT_VERSI…66 JS_EXPORT void JSContextGroupRelease(JSContextGroupRef group) AVAILABLE_IN_WEBKIT_VERSION_4_0;95 JS_EXPORT JSGlobalContextRef JSGlobalContextCreateInGroup(JSContextGroupRef group, JSClassRef globa…126 JS_EXPORT JSContextGroupRef JSContextGetGroup(JSContextRef ctx) AVAILABLE_IN_WEBKIT_VERSION_4_0;
46 JSContextGroupRef JSContextGroupCreate() in JSContextGroupCreate()52 JSContextGroupRef JSContextGroupRetain(JSContextGroupRef group) in JSContextGroupRetain()58 void JSContextGroupRelease(JSContextGroupRef group) in JSContextGroupRelease()82 JSGlobalContextRef JSGlobalContextCreateInGroup(JSContextGroupRef group, JSClassRef globalObjectCla…164 JSContextGroupRef JSContextGetGroup(JSContextRef ctx)
42 typedef const struct OpaqueJSContextGroup* JSContextGroupRef; typedef103 inline JSC::JSGlobalData* toJS(JSContextGroupRef g) in toJS()148 inline JSContextGroupRef toRef(JSC::JSGlobalData* g) in toRef()150 return reinterpret_cast<JSContextGroupRef>(g); in toRef()
36 typedef const struct OpaqueJSContextGroup* JSContextGroupRef; typedef
40 static JSContextGroupRef javaScriptThreadsGroup;
622 * API/APICast.h: (toJS): (toRef): Added converters for JSContextGroupRef.626 * API/JSBase.h: Aded a typedef for JSContextGroupRef. Updated documentation for