HomeSort by relevance Sort by last modified time
    Searched refs:emitThrowError (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/bytecompiler/
NodesCodegen.cpp 84 RegisterID* ThrowableExpressionData::emitThrowError(BytecodeGenerator& generator, ErrorType type, const char* message)
92 RegisterID* ThrowableExpressionData::emitThrowError(BytecodeGenerator& generator, ErrorType type, const char* messageTemplate, const UString& label)
102 inline RegisterID* ThrowableExpressionData::emitThrowError(BytecodeGenerator& generator, ErrorType type, const char* messageTemplate, const Identifier& label)
104 return emitThrowError(generator, type, messageTemplate, label.ustring());
149 return emitThrowError(generator, SyntaxError, "Invalid regular expression: %s", regExp->errorMessage());
605 return emitThrowError(generator, ReferenceError, m_operator == OpPlusPlus
    [all...]
  /external/webkit/JavaScriptCore/parser/
Nodes.h 268 RegisterID* emitThrowError(BytecodeGenerator&, ErrorType, const char* message);
269 RegisterID* emitThrowError(BytecodeGenerator&, ErrorType, const char* message, const UString&);
270 RegisterID* emitThrowError(BytecodeGenerator&, ErrorType, const char* message, const Identifier&);
    [all...]

Completed in 52 milliseconds