1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:57:45 +00:00

LibJS: Expose TypedArray.prototype.byteOffset

This commit is contained in:
Luke 2021-05-21 21:45:47 +01:00 committed by Linus Groh
parent 58afd71ad2
commit 4d34802f74
4 changed files with 43 additions and 4 deletions

View file

@ -59,6 +59,7 @@ namespace JS {
P(bind) \
P(buffer) \
P(byteLength) \
P(byteOffset) \
P(call) \
P(callee) \
P(cbrt) \