Home
last modified time | relevance | path

Searched refs:parse_lazily (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dparser.cc2684 DCHECK_IMPLIES(parse_lazily(), info()->flags().allow_lazy_compile()); in ParseFunctionLiteral()
2685 DCHECK_IMPLIES(parse_lazily(), has_error() || allow_lazy_); in ParseFunctionLiteral()
2686 DCHECK_IMPLIES(parse_lazily(), extension() == nullptr); in ParseFunctionLiteral()
2701 const bool can_preparse = parse_lazily(); in ParseFunctionLiteral()
H A Dparser.h194 bool parse_lazily() const { return mode_ == PARSE_LAZILY; } in parse_lazily() function in v8::internal::Parser
H A Dpreparser.h1001 bool parse_lazily() const { return false; } in parse_lazily() function in v8::internal::PreParser
H A Dparser-base.h4529 bool can_preparse = impl()->parse_lazily() && in ParseArrowFunctionLiteral()

Completed in 23 milliseconds