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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp1133 JSString*& stringInMap = m_stringMap.add(identifier.impl(), 0).iterator->value; local
1134 if (!stringInMap)
1135 stringInMap = jsOwnedString(vm(), identifier.string());
1136 return emitLoad(dst, JSValue(stringInMap));
1600 JSString*& stringInMap = m_stringMap.add(identifier.impl(), 0).iterator->value; local
1601 if (!stringInMap) {
1602 stringInMap = jsString(vm(), identifier.string());
1603 addConstantValue(stringInMap);
1605 return stringInMap;

Completed in 121 milliseconds