Home | History | Annotate | Download | only in bytecompiler

Lines Matching refs:m_numParameters

237     m_codeBlock->m_numParameters = 1; // Allocate space for "this"
244 m_globalVarStorageOffset = -RegisterFile::CallFrameHeaderSize - m_codeBlock->m_numParameters - registerFile->size();
459 ++m_codeBlock->m_numParameters;
519 m_codeBlock->m_numParameters = 1; // Allocate space for "this"
555 ++m_codeBlock->m_numParameters;
1738 } else if (m_codeBlock->usesArguments() && m_codeBlock->m_numParameters > 1