Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.cc908 Mode parsing_mode = FLAG_lazy && allow_lazy() ? PARSE_LAZILY : PARSE_EAGERLY; in DoParseProgram() local
1069 ParsingModeScope parsing_mode(this, PARSE_EAGERLY); in ParseLazy() local
4704 ParsingModeScope parsing_mode(this, PARSE_EAGERLY); in ParseEagerFunctionBody() local