diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2025-04-05 12:49:29 +0200 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2025-04-05 12:49:29 +0200 |
commit | 8b5b1277ad5236c6cfe3d43c0529e7a2440f1e25 (patch) | |
tree | 39bfe5cb2f4f814d9e615f61d6dc385b1dd891dc /TODO | |
parent | bf164d640f8835031dbd53a0719413e7dfd0e916 (diff) | |
download | quickjs-8b5b1277ad5236c6cfe3d43c0529e7a2440f1e25.tar.gz quickjs-8b5b1277ad5236c6cfe3d43c0529e7a2440f1e25.zip |
reworked weak references so that cycles are (hopefully) correctly handled - added Symbol as WeakMap key, WeakRef and FinalizationRegistry
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,6 +62,6 @@ Optimization ideas: Test262o: 0/11262 errors, 463 excluded Test262o commit: 7da91bceb9ce7613f87db47ddd1292a2dda58b42 (es5-tests branch) -Result: 39/76768 errors, 3147 excluded, 7010 skipped +Result: 39/76964 errors, 3147 excluded, 6912 skipped Test262 commit: 56e77d6325067a545ea7e8ff5be5d9284334e33c |