Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h148 PARSE_LAZILY, enumerator
3064 (mode() == PARSE_LAZILY && scope_->AllowsLazyParsing()); in ParseArrowFunctionLiteral()
Dparser.cc858 Mode parsing_mode = FLAG_lazy && allow_lazy() ? PARSE_LAZILY : PARSE_EAGERLY; in DoParseProgram()
4213 bool is_lazily_parsed = mode() == PARSE_LAZILY && in ParseFunctionLiteral()