static MyDynamicType() { JSDebugFunctionDef[] defArray = new JSDebugFunctionDef[1]; JSDebugFunctionDef def = new JSDebugFunctionDef(); def.param_names = new string[0]; def.del = new Func<JSContext, JSValue>(MyDynamicType.__func_0); defArray[0] = def; fnclist = defArray; }
static MyDynamicType() { JSDebugFunctionDef[] defArray = new JSDebugFunctionDef[1]; JSDebugFunctionDef def = new JSDebugFunctionDef(); def.param_names = new string[0]; def.del = new Func <JSContext, JSValue>(MyDynamicType.__func_0); defArray[0] = def; fnclist = defArray; }