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

LibJS: Implement Intl %SegmentsPrototype%.containing

This commit is contained in:
Idan Horowitz 2022-01-30 21:12:42 +02:00
parent 96af50bbba
commit 366468f1de
4 changed files with 79 additions and 1 deletions

View file

@ -105,6 +105,7 @@ namespace JS {
P(console) \
P(construct) \
P(constructor) \
P(containing) \
P(compare) \
P(copyWithin) \
P(cos) \