result.addAll(getRuntimeName(iNode));
result.addInstruction(name_temp.setlocal());
result.addAll(getRuntimeQualifier(iNode));
result.addInstruction(OP_dup);
result.addInstruction(qual_temp.setlocal());
result.addInstruction(name_temp.getlocal());
// findprop(RTQNameL) consumes namespace and name from the value stack.
result.addInstruction(OP_findpropstrict, rtqnl);
result.addInstruction(qual_temp.getlocal());