Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.h460 Expression* NewThrowError(Runtime::FunctionId function_id,
Dparser.cc496 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