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

LibJS: Add %TypedArray%.prototype.subarray

This commit is contained in:
Idan Horowitz 2021-07-09 17:17:10 +03:00 committed by Linus Groh
parent ff052a3241
commit f98a98506f
4 changed files with 103 additions and 0 deletions

View file

@ -303,6 +303,7 @@ namespace JS {
P(strike) \
P(stringify) \
P(sub) \
P(subarray) \
P(substr) \
P(substring) \
P(sup) \