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

  /external/webkit/Source/JavaScriptCore/API/
APICast.h 42 typedef const struct OpaqueJSContextGroup* JSContextGroupRef;
103 inline JSC::JSGlobalData* toJS(JSContextGroupRef g)
148 inline JSContextGroupRef toRef(JSC::JSGlobalData* g)
150 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 56 milliseconds