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

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSPromiseConstructor.cpp307 JSValue nextFunction = iterator.get(exec, exec->vm().propertyNames->iteratorNextPrivateName); local
312 CallType nextFunctionCallType = getCallData(nextFunction, nextFunctionCallData);
320 JSValue next = call(exec, nextFunction, nextFunctionCallType, nextFunctionCallData, iterator, nextFunctionArguments);
432 JSValue nextFunction = iterator.get(exec, exec->vm().propertyNames->iteratorNextPrivateName); local
437 CallType nextFunctionCallType = getCallData(nextFunction, nextFunctionCallData);
445 JSValue next = call(exec, nextFunction, nextFunctionCallType, nextFunctionCallData, iterator, nextFunctionArguments);

Completed in 169 milliseconds