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

/external/webkit/Source/JavaScriptCore/interpreter/
H A DCallFrame.h124 int hostThisRegister() { return -RegisterFile::CallFrameHeaderSize - argumentCountIncludingThis(); } function in class:JSC::ExecState
125 JSValue hostThisValue() { return this[hostThisRegister()].jsValue(); }

Completed in 90 milliseconds