Lines Matching refs:getFixedSlot
347 getFixedSlot(Slot_CompletionKind).toInt32()); in completionKind()
350 return getFixedSlot(Slot_CompletionValue); in completionValue()
353 return &getFixedSlot(Slot_Promise).toObject().as<PromiseObject>(); in promise()
406 return static_cast<State>(getFixedSlot(Slot_State).toInt32()); in state()
417 return getFixedSlot(Slot_QueueOrRequest).isNull() || in isSingleQueue()
418 getFixedSlot(Slot_QueueOrRequest) in isSingleQueue()
423 return getFixedSlot(Slot_QueueOrRequest).isNull(); in isSingleQueueEmpty()
432 return &getFixedSlot(Slot_QueueOrRequest) in singleQueueRequest()
438 return &getFixedSlot(Slot_QueueOrRequest).toObject().as<ListObject>(); in queue()
505 return getFixedSlot(Slot_CachedRequest).isObject(); in hasCachedRequest()
509 auto request = &getFixedSlot(Slot_CachedRequest) in takeCachedRequest()
545 JSObject* iterator() const { return &getFixedSlot(Slot_Iterator).toObject(); } in iterator()
547 const Value& nextMethod() const { return getFixedSlot(Slot_NextMethod); } in nextMethod()