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:
parent
d1e06b00e3
commit
6c67de8186
3 changed files with 152 additions and 3 deletions
|
@ -198,6 +198,7 @@ namespace JS {
|
|||
P(includes) \
|
||||
P(index) \
|
||||
P(indexOf) \
|
||||
P(indices) \
|
||||
P(info) \
|
||||
P(input) \
|
||||
P(instant) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue