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

  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.h 115 enum GlobalDataType { Default, APIContextGroup, APIShared };
121 bool isSharedInstance() { return globalDataType == APIShared; }
122 bool usingAPI() { return globalDataType != Default; }
136 GlobalDataType globalDataType;
201 return (globalDataType == Default)
273 JSGlobalData(GlobalDataType, ThreadStackType);
JSGlobalData.cpp 146 JSGlobalData::JSGlobalData(GlobalDataType globalDataType, ThreadStackType threadStackType)
147 : globalDataType(globalDataType)
158 , identifierTable(globalDataType == Default ? wtfThreadData().currentIdentifierTable() : createIdentifierTable())
178 if (globalDataType == Default)
306 if (globalDataType != Default)

Completed in 22 milliseconds