Searched refs:setNumParameters (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DUnlinkedCodeBlock.h269 void setNumParameters(int newValue) { m_numParameters = newValue; } function in class:JSC::UnlinkedCodeBlock
H A DCodeBlock.h118 void setNumParameters(int newValue);
H A DCodeBlock.cpp1621 setNumParameters(other.numParameters());
1662 setNumParameters(unlinkedCodeBlock->numParameters());
2016 void CodeBlock::setNumParameters(int newValue) function in class:JSC::CodeBlock
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp189 m_codeBlock->setNumParameters(1); // Allocate space for "this"
435 m_codeBlock->setNumParameters(1);

Completed in 141 milliseconds