Searched refs:functionCallFrame (Results 1 – 1 of 1) sorted by relevance
4793 CallFrame* functionCallFrame = findFunctionCallFrame(callFrame, function); in retrieveArguments() local4794 if (!functionCallFrame) in retrieveArguments()4797 CodeBlock* codeBlock = functionCallFrame->codeBlock(); in retrieveArguments()4802 if (JSValue arguments = functionCallFrame->uncheckedR(argumentsRegister).jsValue()) in retrieveArguments()4804 JSValue arguments = JSValue(new (callFrame) Arguments(functionCallFrame)); in retrieveArguments()4805 functionCallFrame->r(argumentsRegister) = arguments; in retrieveArguments()4806 functionCallFrame->r(realArgumentsRegister) = arguments; in retrieveArguments()4810 Arguments* arguments = new (functionCallFrame) Arguments(functionCallFrame); in retrieveArguments()4811 arguments->copyRegisters(functionCallFrame->globalData()); in retrieveArguments()4817 CallFrame* functionCallFrame = findFunctionCallFrame(callFrame, function); in retrieveCaller() local[all …]