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

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSPromiseDeferred.cpp172 CallType thenCallType = getCallData(thenValue, thenCallData); local
173 if (thenCallType == CallTypeNone)
183 call(exec, thenValue, thenCallType, thenCallData, x, thenArguments);
H A DJSPromiseFunctions.cpp188 CallType thenCallType = getCallData(thenValue, thenCallData); local
189 if (thenCallType == CallTypeNone)
196 return JSValue::encode(call(exec, thenValue, thenCallType, thenCallData, deferredPromise, arguments));

Completed in 93 milliseconds