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

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

Completed in 64 milliseconds