Home
last modified time | relevance | path

Searched refs:allow_lazy_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dparser.cc473 allow_lazy_ = flags().allow_lazy_compile() && flags().allow_lazy_parsing() && in Parser()
585 ParsingModeScope mode(this, allow_lazy_ ? PARSE_LAZILY : PARSE_EAGERLY); in DoParseProgram()
2685 DCHECK_IMPLIES(parse_lazily(), has_error() || allow_lazy_); in ParseFunctionLiteral()
2898 allow_lazy_ = false; in SkipFunction()
3038 ParsingModeScope mode(this, allow_lazy_ ? PARSE_LAZILY : PARSE_EAGERLY); in ParseFunction()
H A Dparser.h1100 bool allow_lazy_; member in v8::internal::Parser

Completed in 8 milliseconds