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

  /external/v8/src/ast/
scopes.h 322 bool is_declaration_scope() const { return is_declaration_scope_; } function in class:v8::internal::Scope
    [all...]
  /external/v8/src/objects/
scope-info.cc 95 if (scope->is_declaration_scope() &&
111 scope->is_declaration_scope() &&
156 if (scope->is_declaration_scope()) {
165 DeclarationScopeField::encode(scope->is_declaration_scope()) |
184 if (scope->is_declaration_scope()) {
416 bool ScopeInfo::is_declaration_scope() { function in class:v8::internal::ScopeInfo
439 is_declaration_scope()) ||
    [all...]

Completed in 78 milliseconds