HomeSort by relevance Sort by last modified time
    Searched defs:JSContextGroupRef (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/API/
APICast.h 43 typedef const struct OpaqueJSContextGroup* JSContextGroupRef;
104 inline JSC::JSGlobalData* toJS(JSContextGroupRef g)
149 inline JSContextGroupRef toRef(JSC::JSGlobalData* g)
151 return reinterpret_cast<JSContextGroupRef>(g);
JSBase.h 35 /*! @typedef JSContextGroupRef A group that associates JavaScript contexts with one another. Contexts in the same group may share and exchange JavaScript objects. */
36 typedef const struct OpaqueJSContextGroup* JSContextGroupRef;

Completed in 215 milliseconds