Histórico de Commits

Autor SHA1 Mensagem Data
  Timothy Flynn 1bcde5d216 LibJS: Port ListFormat and PatternPartition to String há 2 anos atrás
  Timothy Flynn 95d1678553 LibJS: Mark infallible operations that may throw only due to OOM há 2 anos atrás
  Timothy Flynn 1e6e719592 LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation há 2 anos atrás
  Timothy Flynn 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible há 2 anos atrás
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun há 2 anos atrás
  Linus Groh ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr há 2 anos atrás
  Linus Groh 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr há 2 anos atrás
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() há 2 anos atrás
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable há 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
  Timothy Flynn ff48220dca Userland: Move files destined for LibLocale to the Locale namespace há 2 anos atrás
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm há 2 anos atrás
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary há 3 anos atrás
  Linus Groh ccdfa2320c LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19] há 3 anos atrás
  Linus Groh f9705eb2f4 LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19] há 3 anos atrás
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() há 3 anos atrás
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions há 3 anos atrás
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
  Timothy Flynn 7c41e6058a LibJS: Explicitly indicate infallible incovations há 3 anos atrás
  Timothy Flynn 6677e03a52 LibJS: Reorganize spec steps for Intl.ListFormat há 3 anos atrás
  Timothy Flynn 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) há 3 anos atrás
  Timothy Flynn bced4e9324 LibJS+LibUnicode: Convert Intl.ListFormat to use Unicode::Style há 3 anos atrás
  Linus Groh 09a11fa6ea LibJS: Implement proper Iterator records há 3 anos atrás
  mjz19910 10ec98dd38 Everywhere: Fix spelling mistakes há 3 anos atrás
  Linus Groh a20b189eab LibJS: Fix incorrectly formatted section comments há 3 anos atrás
  Timothy Flynn 0469006263 LibJS: Change Intl's PatternPartition record to hold a String value há 3 anos atrás
  Idan Horowitz db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr há 3 anos atrás
  Timothy Flynn ec54a7b5b0 LibJS: Implement IteratorClose with Completions and align to the spec há 3 anos atrás
  Timothy Flynn 7b4814f74c LibJS: Convert IteratorValue AO to ThrowCompletionOr há 3 anos atrás
  Timothy Flynn 8be1caa05d LibJS: Convert IteratorStep AO to ThrowCompletionOr há 3 anos atrás