Lines Matching refs:EcmaRuntimeCallInfo
25 static JSTaggedValue Resolve(EcmaRuntimeCallInfo *argv);
28 static JSTaggedValue Reject(EcmaRuntimeCallInfo *argv);
31 static JSTaggedValue Executor(EcmaRuntimeCallInfo *argv);
34 static JSTaggedValue AsyncAwaitFulfilled(EcmaRuntimeCallInfo *argv);
37 static JSTaggedValue AsyncAwaitRejected(EcmaRuntimeCallInfo *argv);
40 static JSTaggedValue ResolveElementFunction(EcmaRuntimeCallInfo *argv);
42 static JSTaggedValue ThenFinally(EcmaRuntimeCallInfo *argv);
44 static JSTaggedValue CatchFinally(EcmaRuntimeCallInfo *argv);
46 static JSTaggedValue valueThunkFunction(EcmaRuntimeCallInfo *argv);
48 static JSTaggedValue throwerFunction(EcmaRuntimeCallInfo *argv);
53 static JSTaggedValue AllSettledResolveElementFunction(EcmaRuntimeCallInfo *argv);
55 static JSTaggedValue AllSettledRejectElementFunction(EcmaRuntimeCallInfo *argv);
57 static JSTaggedValue AnyRejectElementFunction(EcmaRuntimeCallInfo *argv);