.putVariable("wasNull");
}
elseBlock.gotoLabel(noMatchLabel);
ByteCodeNode elseNode = elseBlock;
for (TypedByteCodeNode testNode : testValues) {
LabelNode testLabel = new LabelNode("test");
IfStatementBuilder test = ifStatementBuilder(context);
Block condition = new Block(context)