Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp302 JSHandle<JSTaggedValue> thenKey = globalConst->GetHandledPromiseThenString(); in Catch() local
526 JSHandle<JSTaggedValue> thenKey = globalConst->GetHandledPromiseThenString(); in PerformPromiseAll() local
797 JSHandle<JSTaggedValue> thenKey = globalConst->GetHandledPromiseThenString(); in PerformPromiseAny() local
1002 JSHandle<JSTaggedValue> thenKey = globalConst->GetHandledPromiseThenString(); in PerformPromiseAllSettled() local
1074 JSHandle<JSTaggedValue> thenKey(globalConst->GetHandledPromiseThenString()); in Finally() local
Dbuiltins_promise_handler.cpp239 JSHandle<JSTaggedValue> thenKey(globalConst->GetHandledPromiseThenString()); in ThenFinally() local
278 JSHandle<JSTaggedValue> thenKey(globalConst->GetHandledPromiseThenString()); in CatchFinally() local
551 JSHandle<JSTaggedValue> thenKey(thread->GlobalConstants()->GetHandledPromiseThenString()); in InnerResolve() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp6677 JSHandle<JSTaggedValue> thenKey(thread, constants->GetPromiseThenString()); in Then() local
6704 JSHandle<JSTaggedValue> thenKey(thread, constants->GetPromiseThenString()); in Then() local