Lines Matching refs:slots
126 // Generators allocate locals, if any, in context slots.
169 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
182 if (slots <= FastNewContextStub::kMaximumSlots) {
183 FastNewContextStub stub(isolate(), slots);
1062 // Set up the four remaining stack slots.
2057 // Enter a new JavaScript frame, and initialize its slots as they were when