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

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSPromiseConstructor.cpp341 CallType castFunctionCallType = getCallData(castFunction, castFunctionCallData); local
342 if (castFunctionCallType == CallTypeNone) {
349 JSValue nextPromise = call(exec, castFunction, castFunctionCallType, castFunctionCallData, C, castFunctionArguments);
480 CallType castFunctionCallType = getCallData(castFunction, castFunctionCallData); local
481 if (castFunctionCallType == CallTypeNone) {
488 JSValue nextPromise = call(exec, castFunction, castFunctionCallType, castFunctionCallData, C, castFunctionArguments);

Completed in 530 milliseconds