Commit History

Author SHA1 Message Date
  DexesTTP 7ceeb74535 AK: Use an enum instead of a bool for String::replace(all_occurences) 3 years ago
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS 3 years ago
  Idan Horowitz 844be7a0a5 LibJS: Convert the RegExpCreate AO to ThrowCompletionOr 3 years ago
  Idan Horowitz d9f5e2d461 LibJS: Convert the RegExpInitialize AO to ThrowCompletionOr 3 years ago
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr 3 years ago
  Linus Groh 78fd8c1ca2 LibJS: Make escape_regexp_pattern() a RegExpObject member function 3 years ago
  Linus Groh 1d45541278 LibJS: Convert Object::set() to ThrowCompletionOr 3 years ago
  Timothy Flynn 7c54b6bd45 LibJS: Separate RegExpCreate into RegExpAlloc and RegExpInitialize 3 years ago
  Brian Gianforcaro 53166c10ca LibJS: Remove unused header includes 3 years ago
  Timothy Flynn f1dd770a8a LibJS: Parse RegExp literals at AST creation time, not execution time 3 years ago
  Timothy Flynn a0c19deb80 LibJS: Implement RegExpCreate/RegExpInitialize closer to the spec 4 years ago
  Idan Horowitz 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 years ago
  Timothy Flynn d1e06b00e3 LibJS: Parse the RegExp.prototype.hasIndices flag 4 years ago
  Idan Horowitz 306d59276a LibJS: Stop using a native property for RegExp's lastIndex property 4 years ago
  Linus Groh 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 years ago
  Linus Groh d85b9fd5a0 LibJS: Bring back runtime validation of RegExp flags 4 years ago
  Linus Groh 60064e2049 LibJS: Make invalid RegExp flags a SyntaxError at parse time 4 years ago
  Matthew Olsson fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Linus Groh e46fa3ac8b LibJS: Keep RegExp.exec() results in correct order 4 years ago
  Linus Groh 32052b3198 LibJS: Fix flags check in regexp_create() 4 years ago
  Andreas Kling 1db943e146 LibJS: Implement (mostly) String.prototype.match 4 years ago
  AnotherTest 610cec6e72 LibJS: Enable the BrowserExtended ECMA262 regexp flag by default 4 years ago
  Andreas Kling 635a5eec75 LibJS: Remove a whole bunch of unnecessary #includes 4 years ago
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago