Searched defs:setArgumentCountIncludingThis (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/interpreter/
H A DProtoCallFrame.h55 void setArgumentCountIncludingThis(int count) { argCountAndCodeOriginValue.payload() = count; } function in struct:JSC::ProtoCallFrame
H A DCallFrame.h298 void setArgumentCountIncludingThis(int count) { static_cast<Register*>(this)[JSStack::ArgumentCount].payload() = count; } function in class:JSC::ExecState

Completed in 65 milliseconds