fix cached modules

This commit is contained in:
2025-12-04 21:54:38 -06:00
parent 19e747c120
commit d229784d8d
6 changed files with 39 additions and 27 deletions

View File

@@ -96,7 +96,7 @@
/* dump objects freed by the garbage collector */
//#define DUMP_GC_FREE
/* dump objects leaking when freeing the runtime */
#define DUMP_LEAKS 1
//#define DUMP_LEAKS 1
/* dump memory usage before running the garbage collector */
//#define DUMP_MEM
//#define DUMP_OBJECTS /* dump objects in JS_FreeContext */