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
commit 6c67de8186
Notes: sideshowbarker 2024-07-18 09:25:07 +09:00
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) \