Commit History

Author SHA1 Message Date
  Linus Groh aff1ec6014 LibJS: Port iterator_step() to GCPtr 2 years ago
  Timothy Flynn b74786d3c3 LibJS: Explicitly provide all GetIterator arguments from Intl.ListFormat 2 years ago
  Timothy Flynn c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 years ago
  Timothy Flynn cb8b2209c1 LibJS: Propagate OOM from Intl.ListFormat Vector operations 2 years ago
  Timothy Flynn e86eafe65e LibJS: Replace remaining uses of StringBuilder in the Intl namespace 2 years ago
  Timothy Flynn 1bcde5d216 LibJS: Port ListFormat and PatternPartition to String 2 years ago
  Timothy Flynn 95d1678553 LibJS: Mark infallible operations that may throw only due to OOM 2 years ago
  Timothy Flynn 1e6e719592 LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation 2 years ago
  Timothy Flynn 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2 years ago
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
  Linus Groh ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 years ago
  Linus Groh 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr 2 years ago
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  Timothy Flynn ff48220dca Userland: Move files destined for LibLocale to the Locale namespace 2 years ago
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 years ago
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary 2 years ago
  Linus Groh ccdfa2320c LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19] 2 years ago
  Linus Groh f9705eb2f4 LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19] 2 years ago
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 2 years ago
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 2 years ago
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 years ago
  Timothy Flynn 7c41e6058a LibJS: Explicitly indicate infallible incovations 3 years ago
  Timothy Flynn 6677e03a52 LibJS: Reorganize spec steps for Intl.ListFormat 3 years ago
  Timothy Flynn 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 years ago
  Timothy Flynn bced4e9324 LibJS+LibUnicode: Convert Intl.ListFormat to use Unicode::Style 3 years ago
  Linus Groh 09a11fa6ea LibJS: Implement proper Iterator records 3 years ago
  mjz19910 10ec98dd38 Everywhere: Fix spelling mistakes 3 years ago
  Linus Groh a20b189eab LibJS: Fix incorrectly formatted section comments 3 years ago