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

  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.h 113 // than the old singleton APIShared JSGlobalData created for use by
115 enum GlobalDataType { Default, APIContextGroup, APIShared };
121 bool isSharedInstance() { return globalDataType == APIShared; }
JSGlobalData.cpp 340 instance = adoptRef(new JSGlobalData(APIShared, ThreadStackTypeSmall)).leakRef();

Completed in 28 milliseconds