Searched refs:nextPromise (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSPromiseConstructor.cpp335 // vi. Let 'nextPromise' be the result of calling Invoke(C, "cast", (nextValue)).
349 JSValue nextPromise = call(exec, castFunction, castFunctionCallType, castFunctionCallData, C, castFunctionArguments); local
351 // vii. RejectIfAbrupt(nextPromise, deferred).
355 // viii. Let 'result' be the result of calling Invoke(nextPromise, "then", (deferred.[[Resolve]], deferred.[[Reject]])).
356 JSValue thenFunction = nextPromise.get(exec, vm.propertyNames->then);
371 call(exec, thenFunction, thenFunctionCallType, thenFunctionCallData, nextPromise, thenFunctionArguments);
474 // vi. Let 'nextPromise' be the result of calling Invoke(C, "cast", (nextValue)).
488 JSValue nextPromise = call(exec, castFunction, castFunctionCallType, castFunctionCallData, C, castFunctionArguments); local
490 // vii. RejectIfAbrupt(nextPromise, deferred).
509 // xiii. Let 'result' be the result of calling Invoke(nextPromise, "the
[all...]

Completed in 169 milliseconds