Searched refs:emitThrowReferenceError (Results 1 – 5 of 5) sorted by relevance
79 RegisterID* ThrowableExpressionData::emitThrowReferenceError(BytecodeGenerator& generator, const US… in emitThrowReferenceError() function in JSC::ThrowableExpressionData82 generator.emitThrowReferenceError(message); in emitThrowReferenceError()639 return emitThrowReferenceError(generator, m_operator == OpPlusPlus in emitBytecode()804 return emitThrowReferenceError(generator, m_operator == OpPlusPlus in emitBytecode()1249 return emitThrowReferenceError(generator, "Left side of assignment is not a reference."); in emitBytecode()1559 … return emitThrowReferenceError(generator, "Left side of for-in statement is not a reference."); in emitBytecode()
365 void emitThrowReferenceError(const UString& message);
2066 void BytecodeGenerator::emitThrowReferenceError(const UString& message) in emitThrowReferenceError() function in JSC::BytecodeGenerator
275 RegisterID* emitThrowReferenceError(BytecodeGenerator&, const UString& message);
10370 (JSC::BytecodeGenerator::emitThrowReferenceError):10376 (JSC::ThrowableExpressionData::emitThrowReferenceError):