Home
last modified time | relevance | path

Searched refs:setArgumentCountIncludingThis (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
DCallFrame.h114setArgumentCountIncludingThis(argc); // original argument count (for the sake of the "arguments" o… in init()
142 …void setArgumentCountIncludingThis(int count) { static_cast<Register*>(this)[RegisterFile::Argumen… in setArgumentCountIncludingThis() function
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp2018 callFrame->setArgumentCountIncludingThis(argCount); in DEFINE_STUB_FUNCTION()
2077 callFrame->setArgumentCountIncludingThis(argCount); in DEFINE_STUB_FUNCTION()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1623885 (JSC::ExecState::setArgumentCountIncludingThis):