Searched defs:argumentCountIncludingThis (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DCallFrameClosure.h39 int argumentCountIncludingThis; member in struct:JSC::CallFrameClosure
H A DCallFrame.h193 size_t argumentCountIncludingThis() const { return this[JSStack::ArgumentCount].payload(); } function in class:JSC::ExecState
223 static int offsetFor(size_t argumentCountIncludingThis) { return argumentCountIncludingThis + JSStack::CallFrameHeaderSize; } argument
H A DInterpreter.cpp204 unsigned argumentCountIncludingThis = callFrame->argumentCountIncludingThis(); local
1172 CallFrameClosure Interpreter::prepareForRepeatCall(FunctionExecutable* functionExecutable, CallFrame* callFrame, JSFunction* function, int argumentCountIncludingThis, JSScope* scope) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DCommonSlowPaths.h51 int argumentCountIncludingThis = exec->argumentCountIncludingThis(); local
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.h70 unsigned argumentCountIncludingThis() { return m_argv.size(); } function in class:JSC::CallArguments
H A DNodesCodegen.cpp386 size_t argumentCountIncludingThis = 1; // 'this' register. local
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT.cpp1617 int argumentCountIncludingThis = inlineCallFrame->arguments.size(); local

Completed in 139 milliseconds