Lines Matching defs:slot_index
747 Register context, int slot_index, int depth,
751 OutputLdaImmutableCurrentContextSlot(slot_index);
754 OutputLdaCurrentContextSlot(slot_index);
757 OutputLdaImmutableContextSlot(context, slot_index, depth);
760 OutputLdaContextSlot(context, slot_index, depth);
766 int slot_index,
769 OutputStaCurrentContextSlot(slot_index);
771 OutputStaContextSlot(context, slot_index, depth);
791 const AstRawString* name, TypeofMode typeof_mode, int slot_index,
796 OutputLdaLookupContextSlotInsideTypeof(name_index, slot_index, depth);
799 OutputLdaLookupContextSlot(name_index, slot_index, depth);