Searched defs:NewThrowError (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/parsing/
H A Dparser.cc496 return NewThrowError(Runtime::kNewReferenceError, message,
504 return NewThrowError(Runtime::kNewSyntaxError, message, arg, pos);
510 return NewThrowError(Runtime::kNewTypeError, message, arg, pos);
514 Expression* ParserTraits::NewThrowError(Runtime::FunctionId id, function in class:v8::internal::ParserTraits

Completed in 63 milliseconds