Files
ladybird/Userland/Libraries/LibJS/Runtime/RegExpConstructor.cpp
Timothy Flynn 3892b6e6ec LibJS: Implement RegExp constructor according to the spec
This allows passing an existing RegExp object (or an object that is
sufficiently like a RegExp object) as the "pattern" argument of the
RegExp constructor.
2021-07-09 19:45:55 +01:00

3.1 KiB