Home | History | Annotate | Download | only in ast

Lines Matching full:num_heap_slots

367     DCHECK(!is_catch_scope() || num_heap_slots() > 0);
368 DCHECK(!is_module_scope() || num_heap_slots() > 0);
369 return is_with_scope() || num_heap_slots() > 0;
514 int num_heap_slots() const { return num_heap_slots_; }