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

  /external/webkit/Source/JavaScriptCore/runtime/
Identifier.h 138 IdentifierTable* createIdentifierTable();
Identifier.cpp 60 IdentifierTable* createIdentifierTable()
JSGlobalData.cpp 158 , identifierTable(globalDataType == Default ? wtfThreadData().currentIdentifierTable() : createIdentifierTable())

Completed in 205 milliseconds