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

/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DCallFrameClosure.h41 int argumentCountIncludingThis; member in struct:JSC::CallFrameClosure
H A DProtoCallFrame.h53 int argumentCountIncludingThis() const { return argCountAndCodeOriginValue.payload(); } function in struct:JSC::ProtoCallFrame
H A DStackVisitor.h58 size_t argumentCountIncludingThis() const { return m_argumentCountIncludingThis; } function in class:JSC::StackVisitor::Frame
H A DCallFrame.h230 size_t argumentCountIncludingThis() const { return this[JSStack::ArgumentCount].payload(); } function in class:JSC::ExecState
H A DInterpreter.cpp143 unsigned argumentCountIncludingThis = callFrame->argumentCountIncludingThis(); local
158 unsigned argumentCountIncludingThis = 1; local
223 unsigned argumentCountIncludingThis local
1084 prepareForRepeatCall(FunctionExecutable* functionExecutable, CallFrame* callFrame, ProtoCallFrame* protoCallFrame, JSFunction* function, int argumentCountIncludingThis, JSScope* scope, JSValue* args) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DCommonSlowPaths.h60 int argumentCountIncludingThis = exec->argumentCountIncludingThis(); local
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.h73 unsigned argumentCountIncludingThis() { return m_argv.size() - m_padding; } function in class:JSC::CallArguments
H A DNodesCodegen.cpp430 size_t argumentCountIncludingThis = 1 + additionalArguments; // 'this' register. local

Completed in 142 milliseconds