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

  /external/webkit/Source/JavaScriptCore/interpreter/
Register.h 79 static inline Register withCallee(JSObject* callee);
CallFrame.h 143 void setCallee(JSObject* callee) { static_cast<Register*>(this)[RegisterFile::Callee] = Register::withCallee(callee); }
  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.h     [all...]

Completed in 1017 milliseconds