]> git.kaiwu.me - quickjs.git/commit
ArrayBuffer.prototype.transfer: avoid destroying the old array buffer in case the...
authorFabrice Bellard <fabrice@bellard.org>
Tue, 2 Jun 2026 12:08:19 +0000 (14:08 +0200)
committerFabrice Bellard <fabrice@bellard.org>
Tue, 2 Jun 2026 12:08:19 +0000 (14:08 +0200)
commitf8381776891b3d6eb115aa98677f06be87f9d700
tree6f6eb393bed3521c5e6bafd502a2c4af040a3cb8
parent14a1536e936bfca3ef41d40b6dbffc9b989cfe70
ArrayBuffer.prototype.transfer: avoid destroying the old array buffer in case the allocation of the new array buffer fails. Also avoid setting opaque = NULL for the custom array buffer free function
quickjs.c