Home
last modified time | relevance | path

Searched defs:thenKey (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp342 JSHandle<JSTaggedValue> thenKey = globalConst->GetHandledPromiseThenString(); in Catch() local
554 JSHandle<JSTaggedValue> thenKey = globalConst->GetHandledPromiseThenString(); in PerformPromiseAll() local
825 JSHandle<JSTaggedValue> thenKey = globalConst->GetHandledPromiseThenString(); in PerformPromiseAny() local
1030 JSHandle<JSTaggedValue> thenKey = globalConst->GetHandledPromiseThenString(); in PerformPromiseAllSettled() local
1102 JSHandle<JSTaggedValue> thenKey(globalConst->GetHandledPromiseThenString()); in Finally() local
Dbuiltins_promise_handler.cpp74 JSHandle<JSTaggedValue> thenKey(thread->GlobalConstants()->GetHandledPromiseThenString()); in Resolve() local
291 JSHandle<JSTaggedValue> thenKey(globalConst->GetHandledPromiseThenString()); in ThenFinally() local
330 JSHandle<JSTaggedValue> thenKey(globalConst->GetHandledPromiseThenString()); in CatchFinally() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2028 JSHandle<JSTaggedValue> thenKey(thread, constants->GetPromiseThenString()); in Then() local
2049 JSHandle<JSTaggedValue> thenKey(thread, constants->GetPromiseThenString()); in Then() local