Searched refs:PARSE_EAGERLY (Results 1 – 3 of 3) sorted by relevance
103 mode_(PARSE_EAGERLY), // Lazy mode must be set explicitly. in ParserBase()149 PARSE_EAGERLY enumerator2438 if (result->IsFunctionLiteral() && mode() == PARSE_EAGERLY) { in ParseLeftHandSideExpression()2864 if (expression->IsFunctionLiteral() && mode() == PARSE_EAGERLY) { in ParseMemberExpressionContinuation()
858 Mode parsing_mode = FLAG_lazy && allow_lazy() ? PARSE_LAZILY : PARSE_EAGERLY; in DoParseProgram()859 if (allow_natives() || extension_ != NULL) parsing_mode = PARSE_EAGERLY; in DoParseProgram()880 parsing_mode = PARSE_EAGERLY; in DoParseProgram()1007 ParsingModeScope parsing_mode(this, PARSE_EAGERLY); in ParseLazy()1227 if (scope_->is_eval_scope()) mode_ = PARSE_EAGERLY; in ParseStatementList()4570 ParsingModeScope parsing_mode(this, PARSE_EAGERLY); in ParseEagerFunctionBody()
1154 ParsingModeScope parsing_mode(this, PARSE_EAGERLY); in ParseEagerFunctionBody()