LibJS: Parse the RegExp.prototype.hasIndices flag

This commit is contained in:
Timothy Flynn 2021-07-09 16:10:17 -04:00 committed by Linus Groh
commit d1e06b00e3
Notes: sideshowbarker 2024-07-18 09:25:11 +09:00
6 changed files with 12 additions and 3 deletions

View file

@ -188,6 +188,7 @@ namespace JS {
P(globalThis) \
P(groups) \
P(has) \
P(hasIndices) \
P(hasOwn) \
P(hasOwnProperty) \
P(hypot) \