]> git.kaiwu.me - quickjs.git/commit
fixed GC logic so that a module can live after a JSContext is destroyed (#280) -...
authorFabrice Bellard <fabrice@bellard.org>
Sat, 28 Jun 2025 15:41:58 +0000 (17:41 +0200)
committerFabrice Bellard <fabrice@bellard.org>
Sat, 28 Jun 2025 15:41:58 +0000 (17:41 +0200)
commit458c34d29d0d262f824ea1c0e01aa0e3790669da
tree7ad92826a837fee5100b3b1976c7350d6e6a64a7
parent2fd48bf7df44845cd9c0bf5ba44632a4adc09dce
fixed GC logic so that a module can live after a JSContext is destroyed (#280) - update the reference count for the realm in jobs and FinalizationRegistry
quickjs-libc.c
quickjs.c
run-test262.c