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

  /external/v8/src/objects/
scope-info.h 96 inline bool HasSimpleParameters() {
  /external/v8/src/ast/
scopes.h 446 bool HasSimpleParameters();
    [all...]
scopes.cc 341 bool Scope::HasSimpleParameters() {
481 DCHECK(HasSimpleParameters() || is_block_scope() || is_being_lazily_parsed_);
484 bool has_simple_parameters = HasSimpleParameters();
    [all...]
  /external/v8/src/parsing/
parser-base.h     [all...]
  /external/v8/src/
objects-inl.h     [all...]

Completed in 1212 milliseconds