1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 17:27:34 +00:00

LibJS: Implement ArrayBuffer.prototype.transfer & transferToFixedLength

This commit is contained in:
PrestonLTaylor 2023-06-30 18:00:56 +01:00 committed by Jelle Raaijmakers
parent 34c5d34b95
commit 850c252b3e
5 changed files with 81 additions and 0 deletions

View file

@ -547,6 +547,8 @@ namespace JS {
P(toZonedDateTimeISO) \
P(trace) \
P(trailingZeroDisplay) \
P(transfer) \
P(transferToFixedLength) \
P(trim) \
P(trimEnd) \
P(trimLeft) \