Home | History | Annotate | Download | only in src

Lines Matching refs:num_heap_slots

697     if (scope->is_declaration_scope() && scope->num_heap_slots() > 0) {
719 if (s->is_with_scope() || s->num_heap_slots() > 0) n++;
721 DCHECK(!s->is_catch_scope() || s->num_heap_slots() > 0);
722 DCHECK(!s->is_module_scope() || s->num_heap_slots() > 0);
1406 if (num_heap_slots() == 0) return 0;
1407 return num_heap_slots() - Context::MIN_CONTEXT_SLOTS -