コミット履歴

作者 SHA1 メッセージ 日付
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 年 前
  Timothy Flynn 1edb96376b AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible 2 年 前
  Linus Groh 1c24b82dd7 LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr 2 年 前
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 年 前
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 年 前
  Linus Groh cad40ec953 LibJS: Convert RegExpObject::create() to NonnullGCPtr 2 年 前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
  leeight 0d96468e9b LibJS: Implement RegExp legacy static properties 2 年 前
  Linus Groh 9e6475d76d LibJS: Add spec comments to RegExpObject 2 年 前
  Linus Groh 1da66b5879 LibJS: Implement the RegExpAlloc AO 2 年 前
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 年 前
  Linus Groh f0b793db74 LibJS: Replace GlobalObject with VM in RegExp AOs [Part 9/19] 3 年 前
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 3 年 前
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 3 年 前
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() 3 年 前
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 3 年 前
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 3 年 前
  Ali Mohammad Pur f4b26b0cea LibJS: Hook up the 'v' (unicodeSets) RegExp flag 3 年 前
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年 前
  DexesTTP 7ceeb74535 AK: Use an enum instead of a bool for String::replace(all_occurences) 3 年 前
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS 3 年 前
  Idan Horowitz 844be7a0a5 LibJS: Convert the RegExpCreate AO to ThrowCompletionOr 3 年 前
  Idan Horowitz d9f5e2d461 LibJS: Convert the RegExpInitialize AO to ThrowCompletionOr 3 年 前
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr 3 年 前
  Linus Groh 78fd8c1ca2 LibJS: Make escape_regexp_pattern() a RegExpObject member function 3 年 前
  Linus Groh 1d45541278 LibJS: Convert Object::set() to ThrowCompletionOr 3 年 前
  Timothy Flynn 7c54b6bd45 LibJS: Separate RegExpCreate into RegExpAlloc and RegExpInitialize 4 年 前
  Brian Gianforcaro 53166c10ca LibJS: Remove unused header includes 4 年 前
  Timothy Flynn f1dd770a8a LibJS: Parse RegExp literals at AST creation time, not execution time 4 年 前
  Timothy Flynn a0c19deb80 LibJS: Implement RegExpCreate/RegExpInitialize closer to the spec 4 年 前