Home
last modified time | relevance | path

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

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