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

LibJS: Implement RegExp.prototype.hasIndices proposal

https://tc39.es/proposal-regexp-match-indices/
This commit is contained in:
Timothy Flynn 2021-07-09 19:51:56 -04:00 committed by Linus Groh
parent d1e06b00e3
commit 6c67de8186
3 changed files with 152 additions and 3 deletions

View file

@ -198,6 +198,7 @@ namespace JS {
P(includes) \
P(index) \
P(indexOf) \
P(indices) \
P(info) \
P(input) \
P(instant) \