Searched refs:NewThrowError (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/parsing/ |
D | parser.h | 460 Expression* NewThrowError(Runtime::FunctionId function_id,
|
D | parser.cc | 496 return NewThrowError(Runtime::kNewReferenceError, message, in NewThrowReferenceError() 504 return NewThrowError(Runtime::kNewSyntaxError, message, arg, pos); in NewThrowSyntaxError() 510 return NewThrowError(Runtime::kNewTypeError, message, arg, pos); in NewThrowTypeError() 514 Expression* ParserTraits::NewThrowError(Runtime::FunctionId id, in NewThrowError() function in v8::internal::ParserTraits
|