Name rtqn = new Name(CONSTANT_RTQname, null, this.compileTimeName.getBaseName());
result.addAll(getRuntimeQualifier(iNode));
result.addInstruction(OP_dup);
// findprop(RTQName) consumes a namespace from the value stack.
result.addInstruction(OP_findpropstrict, rtqn);
result.addInstruction(OP_swap);
if ( rhs != null )
result.addAll(rhs);
// get/setprop(RTQName) consumes a namespace from the value stack.