Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
H A Dparser.h526 Expression* NewThrowError(Runtime::FunctionId function_id,
702 return NewThrowError(Runtime::kNewReferenceError, message, in NewThrowReferenceError()
711 return NewThrowError(Runtime::kNewSyntaxError, message, arg, pos); in NewThrowSyntaxError()
718 return NewThrowError(Runtime::kNewTypeError, message, arg, pos); in NewThrowTypeError()
H A Dparser.cc286 Expression* Parser::NewThrowError(Runtime::FunctionId id, in NewThrowError() function in v8::internal::Parser

Completed in 9 milliseconds