]> git.kaiwu.me - quickjs.git/commit
modified js_allocate_fast_array() so that the array is fully initialized. It is sligh...
authorFabrice Bellard <fabrice@bellard.org>
Sat, 21 Mar 2026 09:55:57 +0000 (10:55 +0100)
committerFabrice Bellard <fabrice@bellard.org>
Sat, 21 Mar 2026 09:55:57 +0000 (10:55 +0100)
commit4c722cea4e709682003eb0da67b393ea38c56e5e
tree870632bfd99bb2fe240ccbc055ad3ef7f1abba8a
parentf1139494d18a2053630c5ed3384a42bb70db3c53
modified js_allocate_fast_array() so that the array is fully initialized. It is slightly slower but avoids several nasty bugs (#471)
quickjs.c