Home
last modified time | relevance | path

Searched refs:AllowsLazyParsing (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ast/
Dscopes.h519 bool AllowsLazyParsing() const;
Dscopes.cc728 bool Scope::AllowsLazyParsing() const { in AllowsLazyParsing() function in v8::internal::Scope
/external/v8/src/parsing/
Dparser-base.h3349 (mode() == PARSE_LAZILY && scope_->AllowsLazyParsing()); in ParseArrowFunctionLiteral()
Dparser.cc4272 scope_->AllowsLazyParsing() && in ParseFunctionLiteral()