Searched defs:is_declaration_scope (Results 1 – 3 of 3) sorted by relevance
332 bool is_declaration_scope() const { return is_declaration_scope_; } in is_declaration_scope() function
287 bool ScopeInfo::is_declaration_scope() { in is_declaration_scope() function in v8::internal::ScopeInfo
826 bool is_declaration_scope) { in Header()