Searched refs:PARSE_EAGERLY (Results 1 – 3 of 3) sorted by relevance
187 mode_(PARSE_EAGERLY), // Lazy mode must be set explicitly. in ParserBase()237 PARSE_EAGERLY enumerator2819 if (result->IsFunctionLiteral() && mode() == PARSE_EAGERLY) { in ParseLeftHandSideExpression()3146 if (expression->IsFunctionLiteral() && mode() == PARSE_EAGERLY) { in ParseMemberExpressionContinuation()
1244 ParsingModeScope parsing_mode(this, PARSE_EAGERLY); in ParseEagerFunctionBody()
908 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()