Searched refs:literalIdentifierTable (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DIdentifier.cpp124 LiteralIdentifierTable& literalIdentifierTable = identifierTable.literalTable(); local
126 const LiteralIdentifierTable::iterator& iter = literalIdentifierTable.find(c);
127 if (iter != literalIdentifierTable.end())
136 literalIdentifierTable.add(c, addedString.get());

Completed in 74 milliseconds