result.addAll(this.runtimeName);
result.addInstruction(OP_dup);
result.addInstruction(name_temp.setlocal());
// findprop(MultinameL) consumes a name from the value stack.
result.addInstruction(OP_findpropstrict, this.compileTimeQualifier);
result.addInstruction(name_temp.getlocal());
if ( rhs != null )
result.addAll(rhs);
// get/setprop(MultinameL) consumes a name from the value stack.
result.addInstruction(opcode, this.compileTimeQualifier);