Historique des commits

Auteur SHA1 Message Date
  Idan Horowitz 5af8f72d54 LibJS: Convert PromiseConstructor functions to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 81bdb20c61 LibJS: Convert the PromiseResolve AO to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 0d602c5ec5 LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr il y a 3 ans
  Timothy Flynn 4e4db65e26 LibJS: Remove now-redundant TemporaryClearException from Promise methods il y a 3 ans
  Timothy Flynn f8e46ec296 LibJS: Convert all four PerformPromise* AOs to ThrowCompletionOr il y a 3 ans
  Timothy Flynn 4fb948d8e7 LibJS: Convert IfAbruptRejectPromise AO to a GNU statement expression il y a 3 ans
  Timothy Flynn 9064491a47 LibJS: Convert GetPromiseResolve AO to ThrowCompletionOr il y a 3 ans
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr il y a 3 ans
  Timothy Flynn ec54a7b5b0 LibJS: Implement IteratorClose with Completions and align to the spec il y a 3 ans
  Timothy Flynn 7b4814f74c LibJS: Convert IteratorValue AO to ThrowCompletionOr il y a 3 ans
  Timothy Flynn a64752cd34 LibJS: Convert IteratorComplete AO to ThrowCompletionOr il y a 3 ans
  Timothy Flynn 8be1caa05d LibJS: Convert IteratorStep AO to ThrowCompletionOr il y a 3 ans
  Timothy Flynn 860a37640b LibJS: Convert GetIterator AO to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function il y a 3 ans
  Idan Horowitz ca27e5eff5 LibJS: Convert NativeFunction callback to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros il y a 3 ans
  Idan Horowitz 56e769e4ba LibJS: Replace usages of JS_{DECLARE, DEFINE}_NATIVE_GETTER il y a 3 ans
  Idan Horowitz c15a3b0576 LibJS: Convert Value::get() to ThrowCompletionOr il y a 3 ans
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr il y a 3 ans
  Linus Groh fe86b04b42 LibJS: Convert define_property_or_throw() to ThrowCompletionOr il y a 3 ans
  Linus Groh 1d45541278 LibJS: Convert Object::set() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr il y a 3 ans
  Andreas Kling 971dc44ed3 LibJS: Don't use MarkedValueList in PromiseValueList il y a 3 ans
  Timothy Flynn 4f186a9a1f LibJS: Implement Promise.race on the Promise constructor il y a 3 ans
  Timothy Flynn 949f294444 LibJS: Implement Promise.allSettled on the Promise constructor il y a 3 ans
  Timothy Flynn 4dffa40a8d LibJS: Implement Promise.any on the Promise constructor il y a 3 ans
  Timothy Flynn 5b303721e0 LibJS: Generalize PerformPromiseAll common functionality il y a 3 ans
  Timothy Flynn 417523507e LibJS: Generalize PromiseAllResolveElementFunction common functionality il y a 3 ans
  Timothy Flynn dee3b7b8c9 LibJS: Implement Promise.all on the Promise constructor il y a 3 ans