Searched refs:JSContextGroupRef (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSContextRef.h51 JS_EXPORT JSContextGroupRef JSContextGroupCreate() AVAILABLE_IN_WEBKIT_VERSION_4_0;
59 JS_EXPORT JSContextGroupRef JSContextGroupRetain(JSContextGroupRef group) AVAILABLE_IN_WEBKIT_VERSION_4_0;
66 JS_EXPORT void JSContextGroupRelease(JSContextGroupRef group) AVAILABLE_IN_WEBKIT_VERSION_4_0;
95 JS_EXPORT JSGlobalContextRef JSGlobalContextCreateInGroup(JSContextGroupRef group, JSClassRef globalObjectClass) AVAILABLE_IN_WEBKIT_VERSION_4_0;
126 JS_EXPORT JSContextGroupRef JSContextGetGroup(JSContextRef ctx) AVAILABLE_IN_WEBKIT_VERSION_4_0;
H A DJSContextRefPrivate.h97 JS_EXPORT void JSContextGroupSetExecutionTimeLimit(JSContextGroupRef, double limit, JSShouldTerminateCallback, void* context) AVAILABLE_IN_WEBKIT_VERSION_4_0;
104 JS_EXPORT void JSContextGroupClearExecutionTimeLimit(JSContextGroupRef) AVAILABLE_IN_WEBKIT_VERSION_4_0;
H A DJSVirtualMachineInternal.h41 JSContextGroupRef getGroupFromVirtualMachine(JSVirtualMachine *);
43 + (JSVirtualMachine *)virtualMachineWithContextGroupRef:(JSContextGroupRef)group;
H A DJSScriptRefPrivate.h54 JS_EXPORT JSScriptRef JSScriptCreateReferencingImmortalASCIIText(JSContextGroupRef contextGroup, JSStringRef url, int startingLineNumber, const char* source, size_t length, JSStringRef* errorMessage, int* errorLine);
67 JS_EXPORT JSScriptRef JSScriptCreateFromString(JSContextGroupRef contextGroup, JSStringRef url, int startingLineNumber, JSStringRef source, JSStringRef* errorMessage, int* errorLine);
H A DJSVirtualMachine.mm62 + (void)addWrapper:(JSVirtualMachine *)wrapper forJSContextGroupRef:(JSContextGroupRef)group;
63 + (JSVirtualMachine *)wrapperForJSContextGroupRef:(JSContextGroupRef)group;
68 + (void)addWrapper:(JSVirtualMachine *)wrapper forJSContextGroupRef:(JSContextGroupRef)group
74 + (JSVirtualMachine *)wrapperForJSContextGroupRef:(JSContextGroupRef)group
83 JSContextGroupRef m_group;
90 JSContextGroupRef group = JSContextGroupCreate();
97 - (id)initWithContextGroupRef:(JSContextGroupRef)group
197 JSContextGroupRef getGroupFromVirtualMachine(JSVirtualMachine *virtualMachine)
202 + (JSVirtualMachine *)virtualMachineWithContextGroupRef:(JSContextGroupRef)group
H A DJSContextRef.cpp56 JSContextGroupRef JSContextGroupCreate()
62 JSContextGroupRef JSContextGroupRetain(JSContextGroupRef group)
68 void JSContextGroupRelease(JSContextGroupRef group)
90 void JSContextGroupSetExecutionTimeLimit(JSContextGroupRef group, double limit, JSShouldTerminateCallback callback, void* callbackData)
102 void JSContextGroupClearExecutionTimeLimit(JSContextGroupRef group)
127 JSGlobalContextRef JSGlobalContextCreateInGroup(JSContextGroupRef group, JSClassRef globalObjectClass)
193 JSContextGroupRef JSContextGetGroup(JSContextRef ctx)
H A DAPICast.h41 typedef const struct OpaqueJSContextGroup* JSContextGroupRef; typedef in typeref:struct:OpaqueJSContextGroup
119 inline JSC::VM* toJS(JSContextGroupRef g)
164 inline JSContextGroupRef toRef(JSC::VM* g)
166 return reinterpret_cast<JSContextGroupRef>(g);
H A DJSBase.h39 /*! @typedef JSContextGroupRef A group that associates JavaScript contexts with one another. Contexts in the same group may share and exchange JavaScript objects. */
40 typedef const struct OpaqueJSContextGroup* JSContextGroupRef; typedef in typeref:struct:OpaqueJSContextGroup
H A DJSScriptRef.cpp77 JSScriptRef JSScriptCreateReferencingImmortalASCIIText(JSContextGroupRef contextGroup, JSStringRef url, int startingLineNumber, const char* source, size_t length, JSStringRef* errorMessage, int* errorLine)
100 JSScriptRef JSScriptCreateFromString(JSContextGroupRef contextGroup, JSStringRef url, int startingLineNumber, JSStringRef source, JSStringRef* errorMessage, int* errorLine)
/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_instance.h42 WeakMapImpl(JSContextGroupRef);
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/tests/
H A Dtestapi.c1107 JSContextGroupRef contextGroup = JSContextGetGroup(ctx);
1151 JSContextGroupRef contextGroup = JSContextGetGroup(context);

Completed in 379 milliseconds