1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:27:35 +00:00

LibJS: Implement RegExp.prototype.compile

This is an Annex B extension to RegExp.prototype.
This commit is contained in:
Timothy Flynn 2021-08-20 10:41:27 -04:00 committed by Andreas Kling
parent 562d4e497b
commit 6337eb52d8
5 changed files with 51 additions and 0 deletions

View file

@ -94,6 +94,7 @@ namespace JS {
P(clz32) \
P(codePointAt) \
P(compareExchange) \
P(compile) \
P(concat) \
P(configurable) \
P(console) \