]> git.kaiwu.me - quickjs.git/commit
fixed BigInt hashing - removed -fno-bigint in qjsc and JS_AddIntrinsicBigInt() (BigIn...
authorFabrice Bellard <fabrice@bellard.org>
Wed, 19 Mar 2025 11:33:54 +0000 (12:33 +0100)
committerFabrice Bellard <fabrice@bellard.org>
Wed, 19 Mar 2025 11:33:54 +0000 (12:33 +0100)
commit6d6893bfa3d383d4952b67954003800aba1f4be8
treef1125ee057b2e61a0c530b7b0973cb602b7771f2
parent5a16c0c1eba084742ed328eff75b9e886e63d166
fixed BigInt hashing - removed -fno-bigint in qjsc and JS_AddIntrinsicBigInt() (BigInt is now considered as a base object)
Makefile
qjsc.c
quickjs.c
quickjs.h
tests/test_builtin.js