Home
last modified time | relevance | path

Searched refs:NewThrowError (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Dparser.h657 Expression* NewThrowError(Runtime::FunctionId function_id,
875 return NewThrowError(Runtime::kNewReferenceError, message,
884 return NewThrowError(Runtime::kNewSyntaxError, message, arg, pos);
891 return NewThrowError(Runtime::kNewTypeError, message, arg, pos);
Dparser.cc373 Expression* Parser::NewThrowError(Runtime::FunctionId id, in NewThrowError() function in v8::internal::Parser