create.addInstruction(ABCConstants.OP_finddef, getDefinitionByName);
create.addInstruction(ABCConstants.OP_getlocal1);
create.addInstruction(ABCConstants.OP_getproperty, new Name("0"));
create.addInstruction(ABCConstants.OP_callproperty, new Object[] {getDefinitionByName, 1});
create.addInstruction(ABCConstants.OP_jump, createL3);
create.labelNext(createL2);
create.addInstruction(ABCConstants.OP_getlocal0);
create.addInstruction(ABCConstants.OP_getsuper, new Name("create"));
create.addInstruction(ABCConstants.OP_getlocal0);
create.addInstruction(ABCConstants.OP_getlocal1);
create.addInstruction(ABCConstants.OP_callproperty, new Object[] {applyReference.getMName(), 2});