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

LibJS: Expose TypedArray.prototype.buffer

This commit is contained in:
Luke 2021-05-21 21:26:18 +01:00 committed by Linus Groh
parent 6f1688279a
commit 8004a2dc77
4 changed files with 45 additions and 0 deletions

View file

@ -57,6 +57,7 @@ namespace JS {
P(atan2) \
P(atanh) \
P(bind) \
P(buffer) \
P(byteLength) \
P(call) \
P(callee) \