Searched refs:JSContextGroupRef (Results 1 – 5 of 5) sorted by relevance
51 JS_EXPORT JSContextGroupRef JSContextGroupCreate() AVAILABLE_AFTER_WEBKIT_VERSION_3_1;59 JS_EXPORT JSContextGroupRef JSContextGroupRetain(JSContextGroupRef group) AVAILABLE_AFTER_WEBKIT_VE…66 JS_EXPORT void JSContextGroupRelease(JSContextGroupRef group) AVAILABLE_AFTER_WEBKIT_VERSION_3_1;95 JS_EXPORT JSGlobalContextRef JSGlobalContextCreateInGroup(JSContextGroupRef group, JSClassRef globa…126 JS_EXPORT JSContextGroupRef JSContextGetGroup(JSContextRef ctx) AVAILABLE_AFTER_WEBKIT_VERSION_3_1;
45 JSContextGroupRef JSContextGroupCreate() in JSContextGroupCreate()51 JSContextGroupRef JSContextGroupRetain(JSContextGroupRef group) in JSContextGroupRetain()57 void JSContextGroupRelease(JSContextGroupRef group) in JSContextGroupRelease()81 JSGlobalContextRef JSGlobalContextCreateInGroup(JSContextGroupRef group, JSClassRef globalObjectCla…150 JSContextGroupRef JSContextGetGroup(JSContextRef ctx)
39 typedef const struct OpaqueJSContextGroup* JSContextGroupRef; typedef73 inline JSC::JSGlobalData* toJS(JSContextGroupRef g) in toJS()113 inline JSContextGroupRef toRef(JSC::JSGlobalData* g) in toRef()115 return reinterpret_cast<JSContextGroupRef>(g); in toRef()
36 typedef const struct OpaqueJSContextGroup* JSContextGroupRef; typedef
622 * API/APICast.h: (toJS): (toRef): Added converters for JSContextGroupRef.626 * API/JSBase.h: Aded a typedef for JSContextGroupRef. Updated documentation for