Lines Matching refs:Call
65 // 6. Else, let handlerResult be Call(handler, undefined, «argument»).
70 JSTaggedValue taggedValue = JSFunction::Call(info);
72 // a. Let status be Call(promiseCapability.[[Reject]], undefined, «handlerResult.[[value]]»).
83 // 8. Let status be Call(promiseCapability.[[Resolve]], undefined, «handlerResult.[[value]]»).
84 return JSFunction::Call(runtimeInfo);
101 // 2. Let thenCallResult be Call(then, thenable, «resolvingFunctions.[[Resolve]], resolvingFunctions.[[Reject]]»).
107 JSTaggedValue result = JSFunction::Call(info);
110 // a. Let status be Call(resolvingFunctions.[[Reject]], undefined, «thenCallResult.[[value]]»).
120 return JSFunction::Call(runtimeInfo);
251 return JSFunction::Call(info);
266 return JSFunction::Call(runtimeInfo);