Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h187 mode_(PARSE_EAGERLY), // Lazy mode must be set explicitly. in ParserBase()
237 PARSE_EAGERLY enumerator
2819 if (result->IsFunctionLiteral() && mode() == PARSE_EAGERLY) { in ParseLeftHandSideExpression()
3146 if (expression->IsFunctionLiteral() && mode() == PARSE_EAGERLY) { in ParseMemberExpressionContinuation()
Dpreparser.h1244 ParsingModeScope parsing_mode(this, PARSE_EAGERLY); in ParseEagerFunctionBody()
Dparser.cc908 Mode parsing_mode = FLAG_lazy && allow_lazy() ? PARSE_LAZILY : PARSE_EAGERLY; in DoParseProgram()
909 if (allow_natives() || extension_ != NULL) parsing_mode = PARSE_EAGERLY; in DoParseProgram()
930 parsing_mode = PARSE_EAGERLY; in DoParseProgram()
1069 ParsingModeScope parsing_mode(this, PARSE_EAGERLY); in ParseLazy()
1249 if (scope_->is_eval_scope()) mode_ = PARSE_EAGERLY; in ParseStatementList()
4704 ParsingModeScope parsing_mode(this, PARSE_EAGERLY); in ParseEagerFunctionBody()