ConstantPool pool = code.getPool();
if (_local.isEscaped()) {
code.aload(_local.getFrameIndex());
code.iconst(_local.getSlot());
child.compile(context, GET);
code.invokevirtual(code.getPool().addMethodRef("anvil/script/StackFrame",
"setLocal", "(ILanvil/core/Any;)Lanvil/core/Any;"));
} else {
child.compile(context, GET);
code.dup();
code.astore(_local.getIndex());