HomeSort by relevance Sort by last modified time
    Searched refs:AllowsLazyParsingWithoutUnresolvedVariables (Results 1 - 6 of 6) sorted by null

  /external/v8/src/ast/
scopes.h 378 bool AllowsLazyParsingWithoutUnresolvedVariables(const Scope* outer) const;
    [all...]
scopes.cc     [all...]
  /external/v8/src/parsing/
parser.h 241 bool AllowsLazyParsingWithoutUnresolvedVariables() const {
242 return scope()->AllowsLazyParsingWithoutUnresolvedVariables(
    [all...]
preparser.h     [all...]
parser-base.h     [all...]
parser.cc     [all...]

Completed in 79 milliseconds