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

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DArguments.h81 void copyToArguments(ExecState*, CallFrame*, uint32_t copyLength, int32_t firstArgumentOffset);
H A DJSArray.h135 void copyToArguments(ExecState*, CallFrame*, uint32_t length, int32_t firstVarArgOffset);
H A DArguments.cpp109 void Arguments::copyToArguments(ExecState* exec, CallFrame* callFrame, uint32_t copyLength, int32_t firstVarArgOffset) function in class:JSC::Arguments
H A DJSArray.cpp1572 void JSArray::copyToArguments(ExecState* exec, CallFrame* callFrame, uint32_t copyLength, int32_t firstVarArgOffset) function in class:JSC::JSArray
/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DInterpreter.cpp247 argsObject->copyToArguments(callFrame, newCallFrame, argCount, firstVarArgOffset);
260 array->copyToArguments(callFrame, newCallFrame, argCount, firstVarArgOffset);

Completed in 473 milliseconds