Home
last modified time | relevance | path

Searched refs:AllowsLazyParsingWithoutUnresolvedVariables (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/parsing/
Dparser.h241 bool AllowsLazyParsingWithoutUnresolvedVariables() const {
242 return scope()->AllowsLazyParsingWithoutUnresolvedVariables(
Dpreparser.h963 bool AllowsLazyParsingWithoutUnresolvedVariables() const { return false; }
Dparser.cc2576 can_preparse && impl()->AllowsLazyParsingWithoutUnresolvedVariables(); in ParseFunctionLiteral()
Dparser-base.h4152 can_preparse && impl()->AllowsLazyParsingWithoutUnresolvedVariables(); in ParseArrowFunctionLiteral()
/external/v8/src/ast/
Dscopes.h378 bool AllowsLazyParsingWithoutUnresolvedVariables(const Scope* outer) const; in NON_EXPORTED_BASE()
Dscopes.cc1291 bool Scope::AllowsLazyParsingWithoutUnresolvedVariables( in AllowsLazyParsingWithoutUnresolvedVariables() function in v8::internal::Scope