Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h339 bool is_declaration_scope() const { return is_declaration_scope_; } in is_declaration_scope()
341 void set_is_declaration_scope() { is_declaration_scope_ = true; } in set_is_declaration_scope()
689 bool is_declaration_scope_; variable
Dscopes.cc174 is_declaration_scope_ = in SetDefaults()
215 is_declaration_scope_ = scope_info->is_declaration_scope(); in SetDefaults()