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

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSPromiseConstructor.cpp312 CallType nextFunctionCallType = getCallData(nextFunction, nextFunctionCallData); local
313 if (nextFunctionCallType == CallTypeNone) {
320 JSValue next = call(exec, nextFunction, nextFunctionCallType, nextFunctionCallData, iterator, nextFunctionArguments);
437 CallType nextFunctionCallType = getCallData(nextFunction, nextFunctionCallData); local
438 if (nextFunctionCallType == CallTypeNone) {
445 JSValue next = call(exec, nextFunction, nextFunctionCallType, nextFunctionCallData, iterator, nextFunctionArguments);

Completed in 204 milliseconds