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

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSPromiseConstructor.cpp347 MarkedArgumentBuffer castFunctionArguments; local
348 castFunctionArguments.append(next);
349 JSValue nextPromise = call(exec, castFunction, castFunctionCallType, castFunctionCallData, C, castFunctionArguments);
486 MarkedArgumentBuffer castFunctionArguments; local
487 castFunctionArguments.append(next);
488 JSValue nextPromise = call(exec, castFunction, castFunctionCallType, castFunctionCallData, C, castFunctionArguments);

Completed in 165 milliseconds