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

/external/webkit/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp261 emitNewFunction(addGlobalVar(function->ident(), false), function);
345 emitNewFunction(addVar(ident, false), function);
1354 RegisterID* BytecodeGenerator::emitNewFunction(RegisterID* dst, FunctionBodyNode* function) function in class:JSC::BytecodeGenerator

Completed in 19 milliseconds