ConstantPool pool = code.getPool();
if (_function instanceof NativeJava) {
if (hasSplices()) {
code.getstatic(pool.addFieldRef(_function.getParent().getTypeRef(pool),
"__module__", "Lanvil/script/compiler/NativeNamespace;"));
code.aload_first();
code.astring(_function.getName());
context.compileArgumentList(getChilds(0));
code.invokevirtual(pool.addMethodRef(
"anvil/script/compiler/NativeNamespace", "execute",
"(Lanvil/script/Context;Ljava/lang/String;[Lanvil/core/Any;)Lanvil/core/Any;"));