mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 18:27:39 +00:00
LibJS: Implement ArrayBuffer.prototype.transfer & transferToFixedLength
This commit is contained in:
parent
34c5d34b95
commit
850c252b3e
5 changed files with 81 additions and 0 deletions
|
@ -547,6 +547,8 @@ namespace JS {
|
|||
P(toZonedDateTimeISO) \
|
||||
P(trace) \
|
||||
P(trailingZeroDisplay) \
|
||||
P(transfer) \
|
||||
P(transferToFixedLength) \
|
||||
P(trim) \
|
||||
P(trimEnd) \
|
||||
P(trimLeft) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue