summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/RegExpObject.cpp
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-01LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTIAndreas Kling
2020-11-27LibJS: Hook up Regex<ECMA262> to RegExpObject and implement `test()'AnotherTest
2020-11-27LibJS+js: Rename RegExp.{content => pattern}AnotherTest
2020-11-04LibJS: Implement RegExp.prototype.toString() as standalone functionLinus Groh
2020-10-04LibJS: Use string::formatted() in to_string() functionsLinus Groh
2020-09-27LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>Andreas Kling
2020-09-27LibJS: Remove js_string(Interpreter&, ...)Andreas Kling
2020-09-25Meta+LibHTTP through LibWeb: Make clang-format-10 cleanBen Wiederhake
2020-06-23LibJS: Clarify Object (base class) construction somewhatAndreas Kling
2020-06-20LibJS: Move native objects towards two-pass constructionAndreas Kling
2020-06-07LibJS: Lex and parse regex literals, add RegExp objectsMatthew Olsson