Searched refs:parsing_mode (Results 1 – 2 of 2) sorted by relevance
858 Mode parsing_mode = FLAG_lazy && allow_lazy() ? PARSE_LAZILY : PARSE_EAGERLY; in DoParseProgram() local859 if (allow_natives() || extension_ != NULL) parsing_mode = PARSE_EAGERLY; in DoParseProgram()880 parsing_mode = PARSE_EAGERLY; in DoParseProgram()890 ParsingModeScope parsing_mode_scope(this, parsing_mode); in DoParseProgram()1007 ParsingModeScope parsing_mode(this, PARSE_EAGERLY); in ParseLazy() local4570 ParsingModeScope parsing_mode(this, PARSE_EAGERLY); in ParseEagerFunctionBody() local
1154 ParsingModeScope parsing_mode(this, PARSE_EAGERLY); in ParseEagerFunctionBody()