Home
last modified time | relevance | path

Searched refs:m_stringMap (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h562 IdentifierStringMap m_stringMap; variable
DBytecodeGenerator.cpp1119 JSString*& stringInMap = m_stringMap.add(identifier.impl(), 0).first->second; in emitLoad()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1633528 (JSC::CodeGenerator::emitLoad): Use m_numberMap and m_stringMap to guarantee
33531 Add NumberMap and IdentifierStringMap types and m_numberMap and m_stringMap.