Home
last modified time | relevance | path

Searched defs:is_declaration_scope (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dscopes.h332 bool is_declaration_scope() const { return is_declaration_scope_; } in is_declaration_scope() function
Dscopeinfo.cc287 bool ScopeInfo::is_declaration_scope() { in is_declaration_scope() function in v8::internal::ScopeInfo
Dscopes.cc826 bool is_declaration_scope) { in Header()