mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 15:18:06 +00:00
LibJS: Parse the RegExp.prototype.hasIndices flag
This commit is contained in:
parent
e801cc7afd
commit
d1e06b00e3
Notes:
sideshowbarker
2024-07-18 09:25:11 +09:00
Author: https://github.com/trflynn89
Commit: d1e06b00e3
Pull-request: https://github.com/SerenityOS/serenity/pull/8596
Reviewed-by: https://github.com/linusg
6 changed files with 12 additions and 3 deletions
|
@ -188,6 +188,7 @@ namespace JS {
|
|||
P(globalThis) \
|
||||
P(groups) \
|
||||
P(has) \
|
||||
P(hasIndices) \
|
||||
P(hasOwn) \
|
||||
P(hasOwnProperty) \
|
||||
P(hypot) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue