Searched refs:emitThrowError (Results 1 – 4 of 4) sorted by relevance
/external/webkit/JavaScriptCore/parser/ |
D | Nodes.cpp | 66 RegisterID* ThrowableExpressionData::emitThrowError(BytecodeGenerator& generator, ErrorType e, cons… in emitThrowError() function in JSC::ThrowableExpressionData 74 RegisterID* ThrowableExpressionData::emitThrowError(BytecodeGenerator& generator, ErrorType e, cons… in emitThrowError() function in JSC::ThrowableExpressionData 143 …return emitThrowError(generator, SyntaxError, ("Invalid regular expression: " + UString(regExp->er… in emitBytecode() 599 …return emitThrowError(generator, ReferenceError, m_operator == OpPlusPlus ? "Postfix ++ operator a… in emitBytecode() 761 …return emitThrowError(generator, ReferenceError, m_operator == OpPlusPlus ? "Prefix ++ operator ap… in emitBytecode() 1154 return emitThrowError(generator, ReferenceError, "Left side of assignment is not a reference."); in emitBytecode() 1415 …return emitThrowError(generator, ReferenceError, "Left side of for-in statement is not a reference… in emitBytecode() 1483 ? emitThrowError(generator, SyntaxError, "Invalid continue statement.") in emitBytecode() 1484 : emitThrowError(generator, SyntaxError, "Undefined label: '%s'.", m_ident); in emitBytecode() 1501 ? emitThrowError(generator, SyntaxError, "Invalid break statement.") in emitBytecode() [all …]
|
D | Nodes.h | 289 RegisterID* emitThrowError(BytecodeGenerator&, ErrorType, const char* msg); 290 … RegisterID* emitThrowError(BytecodeGenerator&, ErrorType, const char* msg, const Identifier&);
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 1266 (KJS::ThrowableExpressionData::emitThrowError): 5397 (KJS::Node::emitThrowError): 9860 emitThrowError needs to return the temporary holding the error, not dst, 9861 since dst may be NULL. In fact, emitThrowError shouldn't take a dst 9906 (KJS::RegExpNode::emitCode): Use the shared emitThrowError instead of 10746 (KJS::Node::emitThrowError): 12424 (KJS::Node::emitThrowError):
|
D | ChangeLog-2009-06-16 | 2732 (JSC::ThrowableExpressionData::emitThrowError): Added an overload for 22936 (JSC::ThrowableExpressionData::emitThrowError): 24558 (JSC::ThrowableExpressionData::emitThrowError): Use inline functions 29799 (JSC::ThrowableExpressionData::emitThrowError): 30041 (JSC::ThrowableExpressionData::emitThrowError):
|