Searched defs:newQueue (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_for_in_iterator.cpp | 68 TaggedQueue *newQueue = TaggedQueue::Push(thread, remaining, value); in GetAllEnumKeys() local 78 TaggedQueue *newQueue = TaggedQueue::Push(thread, remaining, value); in GetAllEnumKeys() local 100 TaggedQueue *newQueue = TaggedQueue::Push(thread, remained, key); in GetAllEnumKeys() local 142 TaggedQueue *newQueue = TaggedQueue::Push(thread, visited, object); in NextInternal() local
|
| D | tagged_queue.h | 55 JSHandle<TaggedQueue> newQueue = factory->NewTaggedQueue(MIN_CAPACITY); in Push() local 76 JSHandle<TaggedQueue> newQueue = factory->NewTaggedQueue(newCapacity); in Push() local
|
| D | js_async_generator_object.cpp | 294 …TaggedQueue *newQueue = TaggedQueue::Push(thread, queue, JSHandle<JSTaggedValue>::Cast(asyncGenera… in AsyncGeneratorEnqueue() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise.cpp | 417 TaggedQueue *newQueue = in PerformPromiseThen() local
|