HomeSort by relevance Sort by last modified time
    Searched refs:setArgumentCountIncludingThis (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/interpreter/
CallFrame.h 114 setArgumentCountIncludingThis(argc); // original argument count (for the sake of the "arguments" object)
142 void setArgumentCountIncludingThis(int count) { static_cast<Register*>(this)[RegisterFile::ArgumentCount] = Register::withInt(count); }
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp     [all...]

Completed in 173 milliseconds