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

LibJS: Implement the ArrayBuffer.prototype.detached getter

This commit is contained in:
PrestonLTaylor 2023-06-29 21:24:40 +01:00 committed by Linus Groh
parent 8157bb601b
commit bd0ccbe3c8
3 changed files with 17 additions and 0 deletions

View file

@ -150,6 +150,7 @@ namespace JS {
P(deleteProperty) \
P(deref) \
P(description) \
P(detached) \
P(difference) \
P(dir) \
P(direction) \