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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.h431 RegisterID* emitNewFunction(RegisterID* dst, FunctionBodyNode* body);
H A DBytecodeGenerator.cpp327 emitNewFunction(addVar(ident, false), function);
355 emitNewFunction(reg.get(), function);
1661 RegisterID* BytecodeGenerator::emitNewFunction(RegisterID* dst, FunctionBodyNode* function) function in class:JSC::BytecodeGenerator

Completed in 279 milliseconds