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

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.h559 JSString* addStringConstant(const Identifier&);
H A DBytecodeGenerator.cpp1495 JSString* BytecodeGenerator::addStringConstant(const Identifier& identifier) function in class:JSC::BytecodeGenerator
2283 instructions().append(addConstantValue(addStringConstant(Identifier(m_vm, message)))->index());
2450 instructions().append(addConstantValue(addStringConstant(Identifier(m_vm, StrictModeReadonlyPropertyWriteError)))->index());
H A DNodesCodegen.cpp122 return generator.addStringConstant(m_value);

Completed in 77 milliseconds