Home
last modified time | relevance | path

Searched defs:newQueue (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_queue.h55 JSHandle<TaggedQueue> newQueue = factory->NewTaggedQueue(MIN_CAPACITY); in Push() local
76 JSHandle<TaggedQueue> newQueue = factory->NewTaggedQueue(newCapacity); in Push() local
Djs_for_in_iterator.cpp200 TaggedQueue *newQueue = TaggedQueue::Push(thread, remaining, value); in SlowGetAllEnumKeys() local
248 auto newQueue = JSTaggedValue(TaggedQueue::Push(thread, visited, key)); in NextInternal() local
Djs_async_generator_object.cpp284 …TaggedQueue *newQueue = TaggedQueue::Push(thread, queue, JSHandle<JSTaggedValue>::Cast(asyncGenera… in AsyncGeneratorEnqueue() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp412 TaggedQueue *newQueue = in PerformPromiseThen() local