Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp330 JSHandle<JSTaggedValue> thenKey = globalConst->GetHandledPromiseThenString(); in Catch() local
542 JSHandle<JSTaggedValue> thenKey = globalConst->GetHandledPromiseThenString(); in PerformPromiseAll() local
813 JSHandle<JSTaggedValue> thenKey = globalConst->GetHandledPromiseThenString(); in PerformPromiseAny() local
1018 JSHandle<JSTaggedValue> thenKey = globalConst->GetHandledPromiseThenString(); in PerformPromiseAllSettled() local
1090 JSHandle<JSTaggedValue> thenKey(globalConst->GetHandledPromiseThenString()); in Finally() local
Dbuiltins_promise_handler.cpp70 JSHandle<JSTaggedValue> thenKey(thread->GlobalConstants()->GetHandledPromiseThenString()); in Resolve() local
287 JSHandle<JSTaggedValue> thenKey(globalConst->GetHandledPromiseThenString()); in ThenFinally() local
326 JSHandle<JSTaggedValue> thenKey(globalConst->GetHandledPromiseThenString()); in CatchFinally() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp6215 JSHandle<JSTaggedValue> thenKey(thread, constants->GetPromiseThenString()); in Then() local
6242 JSHandle<JSTaggedValue> thenKey(thread, constants->GetPromiseThenString()); in Then() local