Searched refs:emitNewFunctionExpression (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.h353 RegisterID* emitNewFunctionExpression(RegisterID* dst, FuncExprNode* func);
H A DBytecodeGenerator.cpp1596 RegisterID* BytecodeGenerator::emitNewFunctionExpression(RegisterID* r0, FuncExprNode* n) function in class:JSC::BytecodeGenerator
H A DNodesCodegen.cpp2390 return generator.emitNewFunctionExpression(generator.finalDestination(dst), this);

Completed in 106 milliseconds