Searched refs:LiteralIdentifierTable (Results 1 – 3 of 3) sorted by relevance
53 typedef HashMap<const char*, RefPtr<StringImpl>, PtrHash<const char*> > LiteralIdentifierTable; typedef73 LiteralIdentifierTable& literalTable() { return m_literalTable; } in literalTable()77 LiteralIdentifierTable m_literalTable;
124 LiteralIdentifierTable& literalIdentifierTable = identifierTable.literalTable(); in add()126 const LiteralIdentifierTable::iterator& iter = literalIdentifierTable.find(c); in add()
7563 Combined IdentifierTable and LiteralIdentifierTable into a single class for simplicity.17529 (KJS::LiteralIdentifierTable):17531 … Now that LiteralIdentifierTable is per-thread and can be destroyed not just during application