Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.h180 bool AllowsLazyParsingWithoutUnresolvedVariables() const {
181 return scope()->AllowsLazyParsingWithoutUnresolvedVariables(
Dpreparser.h1005 bool AllowsLazyParsingWithoutUnresolvedVariables() const { return false; }
Dparser.cc2538 const bool is_top_level = AllowsLazyParsingWithoutUnresolvedVariables(); in ParseFunctionLiteral()
Dparser-base.h4398 can_preparse && impl()->AllowsLazyParsingWithoutUnresolvedVariables(); in ParseArrowFunctionLiteral()
/external/v8/src/ast/
Dscopes.h413 bool AllowsLazyParsingWithoutUnresolvedVariables(const Scope* outer) const; in NON_EXPORTED_BASE()
Dscopes.cc1376 bool Scope::AllowsLazyParsingWithoutUnresolvedVariables( in AllowsLazyParsingWithoutUnresolvedVariables() function in v8::internal::Scope