field = scriptclass.getDeclaredField("_module");
field.set(null, this);
field = scriptclass.getDeclaredField("_type");
field.set(null, new AnyScope(this));
} catch (Throwable t) {
anvil.Log.log().error("Initialization of "+scriptclass.getName()+" failed", t);
}