Home
last modified time | relevance | path

Searched refs:parsing_mode (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Dparser.cc858 Mode parsing_mode = FLAG_lazy && allow_lazy() ? PARSE_LAZILY : PARSE_EAGERLY; in DoParseProgram() local
859 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() local
4570 ParsingModeScope parsing_mode(this, PARSE_EAGERLY); in ParseEagerFunctionBody() local
Dpreparser.h1154 ParsingModeScope parsing_mode(this, PARSE_EAGERLY); in ParseEagerFunctionBody()