Home
last modified time | relevance | path

Searched refs:rejectReactions (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp421 JSHandle<TaggedQueue> rejectReactions(thread, promise->GetPromiseRejectReactions()); in PerformPromiseThen() local
422 …newQueue = TaggedQueue::Push(thread, rejectReactions, JSHandle<JSTaggedValue>::Cast(rejectReaction… in PerformPromiseThen()