Home
last modified time | relevance | path

Searched refs:is_declaration_scope_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ast/
Dscopes.h322 bool is_declaration_scope() const { return is_declaration_scope_; } in NON_EXPORTED_BASE()
553 bool is_declaration_scope_ : 1; in NON_EXPORTED_BASE() local
Dscopes.cc288 is_declaration_scope_ = true; in SetDefaults()
338 is_declaration_scope_ = false; in SetDefaults()