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

  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 300 void setThisRegister(int thisRegister) { m_thisRegister = thisRegister; }
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 142 m_codeBlock->setThisRegister(m_thisRegister.index());
    [all...]

Completed in 308 milliseconds