OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_thisRegister
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h
132
RegisterID* thisRegister() { return &
m_thisRegister
; }
526
RegisterID
m_thisRegister
;
/external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h
228
if (index ==
m_thisRegister
&& !m_isStrictMode)
300
void setThisRegister(int thisRegister) {
m_thisRegister
= thisRegister; }
301
int thisRegister() const { return
m_thisRegister
; }
500
int
m_thisRegister
;
Completed in 516 milliseconds