mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibJS: Implement RegExp.prototype.hasIndices proposal
https://tc39.es/proposal-regexp-match-indices/
This commit is contained in:
parent
d1e06b00e3
commit
6c67de8186
Notes:
sideshowbarker
2024-07-18 09:25:07 +09:00
Author: https://github.com/trflynn89
Commit: 6c67de8186
Pull-request: https://github.com/SerenityOS/serenity/pull/8596
Reviewed-by: https://github.com/linusg
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