Home
last modified time | relevance | path

Searched refs:NewThrowReferenceError (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dparser.h480 Expression* NewThrowReferenceError(const char* type, int pos);
Dpreparser.h1241 PreParserExpression NewThrowReferenceError(const char* type, int pos) { in NewThrowReferenceError() function
2796 ExpressionT error = this->NewThrowReferenceError(message, pos); in CheckAndRewriteReferenceExpression()
Dparser.cc538 Expression* ParserTraits::NewThrowReferenceError(const char* message, int pos) { in NewThrowReferenceError() function in v8::internal::ParserTraits