Avatar
omochimetaru 4/7/2024 2:32 AM
FRモードだとreleaseは何もしないから
2:33 AM
swjs_create_function: (host_func_id, line, file) => { var _a; const fileString = this.memory.getObject(file); const func = (...args) => this.callHostFunction(host_func_id, line, fileString, args); const func_ref = this.memory.retain(func); (_a = this.closureDeallocator) === null || _a === void 0 ? void 0 : _a.track(func, func_ref); return func_ref; },
2:33 AM
この memory.retain を消せない気がしてきた