Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.h76 static JSHandle<CompletionRecord> PerformPromiseAny(JSThread *thread,
Dbuiltins_promise.cpp689 JSHandle<CompletionRecord> result = PerformPromiseAny(thread, iteratorRecord, thisValue, in Any()
713 JSHandle<CompletionRecord> BuiltinsPromise::PerformPromiseAny(JSThread *thread, in PerformPromiseAny() function in panda::ecmascript::builtins::BuiltinsPromise
719 BUILTINS_API_TRACE(thread, Promise, PerformPromiseAny); in PerformPromiseAny()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h615 V(Promise, PerformPromiseAny) \