Searched refs:PARSE_LAZILY (Results 1 – 2 of 2) sorted by relevance
148 PARSE_LAZILY, enumerator3064 (mode() == PARSE_LAZILY && scope_->AllowsLazyParsing()); in ParseArrowFunctionLiteral()
858 Mode parsing_mode = FLAG_lazy && allow_lazy() ? PARSE_LAZILY : PARSE_EAGERLY; in DoParseProgram()4213 bool is_lazily_parsed = mode() == PARSE_LAZILY && in ParseFunctionLiteral()