Lines Matching refs:getFixedSlot
80 return &getFixedSlot(Slot_Stream).toObject().as<ReadableStream>(); in stream()
86 return getFixedSlot(Slot_UnderlyingSource); in underlyingSource()
91 JS::Value pullMethod() const { return getFixedSlot(Slot_PullMethod); } in pullMethod()
95 JS::Value cancelMethod() const { return getFixedSlot(Slot_CancelMethod); } in cancelMethod()
123 return getFixedSlot(Slot_StrategyHWM).toNumber(); in strategyHWM()
128 uint32_t flags() const { return getFixedSlot(Slot_Flags).toInt32(); } in flags()
172 JS::Value strategySize() const { return getFixedSlot(Slot_StrategySize); } in strategySize()
203 JS::Value byobRequest() const { return getFixedSlot(Slot_BYOBRequest); } in byobRequest()
208 return &getFixedSlot(Slot_PendingPullIntos).toObject().as<ListObject>(); in pendingPullIntos()
211 return getFixedSlot(Slot_AutoAllocateSize); in autoAllocateChunkSize()
254 return &getFixedSlot(Slot_Controller) in controller()