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:
parent
562d4e497b
commit
6337eb52d8
5 changed files with 51 additions and 0 deletions
|
@ -94,6 +94,7 @@ namespace JS {
|
|||
P(clz32) \
|
||||
P(codePointAt) \
|
||||
P(compareExchange) \
|
||||
P(compile) \
|
||||
P(concat) \
|
||||
P(configurable) \
|
||||
P(console) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue