Searched refs:emitNewFunctionInternal (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.h433 RegisterID* emitNewFunctionInternal(RegisterID* dst, unsigned index, bool shouldNullCheck);
H A DBytecodeGenerator.cpp1663 return emitNewFunctionInternal(dst, m_codeBlock->addFunctionDecl(makeFunction(function)), false);
1671 return emitNewFunctionInternal(dst, ptr.iterator->value, true);
1674 RegisterID* BytecodeGenerator::emitNewFunctionInternal(RegisterID* dst, unsigned index, bool doNullCheck) function in class:JSC::BytecodeGenerator

Completed in 177 milliseconds