Searched defs:AllowsLazyParsingWithoutUnresolvedVariables (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/ast/
H A Dscopes.cc1291 bool Scope::AllowsLazyParsingWithoutUnresolvedVariables( function in class:v8::internal::Scope
/external/v8/src/parsing/
H A Dparser.h241 bool AllowsLazyParsingWithoutUnresolvedVariables() const { function in class:v8::internal::Parser
242 return scope()->AllowsLazyParsingWithoutUnresolvedVariables(
H A Dpreparser.h963 bool AllowsLazyParsingWithoutUnresolvedVariables() const { return false; } function in class:v8::internal::PreParser

Completed in 98 milliseconds