Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dscope-info.cc681 bool ScopeInfo::is_declaration_scope() const { in is_declaration_scope() function in v8::internal::ScopeInfo
/third_party/node/deps/v8/src/ast/
Dscopes.cc1787 bool is_declaration_scope) { in Header()