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

/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp468 RefPtr<RegisterID> funcProto = newTemporary(); local
473 emitGetById(funcProto.get(), func.get(), globalData()->propertyNames->prototype);
477 instructions().append(funcProto->index());

Completed in 21 milliseconds