summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/RegExpConstructor.cpp
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2020-11-28LibJS: Make RegExp() constructor spec-compliantLinus Groh
2020-11-27LibJS+js: Rename RegExp.{content => pattern}AnotherTest
2020-10-13LibJS: Cache commonly used FlyStrings in the VMAndreas Kling
2020-09-27LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>Andreas Kling
2020-09-27LibJS: Remove Interpreter& argument to Function::construct()Andreas Kling
2020-09-27LibJS: Make native function/property callbacks take VM, not InterpreterAndreas Kling
2020-09-27LibJS: Make Function::call() not require an Interpreter&Andreas Kling
2020-07-23LibJS: Simplify Cell::initialize()Andreas Kling
2020-07-01LibJS: Explicitly pass a "Function& new_target" to Function::constructMatthew Olsson
2020-06-20LibJS: Object::initialize() overrides must always call base classAndreas Kling
2020-06-20LibJS: Move native objects towards two-pass constructionAndreas Kling
2020-06-08LibJS+LibWeb: Remove a bunch of calls to Interpreter::global_object()Andreas Kling
2020-06-07LibJS: Lex and parse regex literals, add RegExp objectsMatthew Olsson