Home
last modified time | relevance | path

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

/external/v8/src/
Dscopes.cc316 if (is_declaration_scope()) { in Initialize()
563 } while (!previous->is_declaration_scope()); in CheckConflictingVarDeclarations()
697 if (scope->is_declaration_scope() && scope->num_heap_slots() > 0) { in HasLazyCompilableOuterContext()
739 while (!scope->is_declaration_scope()) { in DeclarationScope()
Dscopes.h271 bool is_declaration_scope() const { in is_declaration_scope() function