Histórico de Commits

Autor SHA1 Mensagem Data
  Timothy Flynn 4fb948d8e7 LibJS: Convert IfAbruptRejectPromise AO to a GNU statement expression há 3 anos atrás
  Timothy Flynn 9064491a47 LibJS: Convert GetPromiseResolve AO to ThrowCompletionOr há 3 anos atrás
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() 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 a64752cd34 LibJS: Convert IteratorComplete AO to ThrowCompletionOr há 3 anos atrás
  Timothy Flynn 8be1caa05d LibJS: Convert IteratorStep AO to ThrowCompletionOr há 3 anos atrás
  Timothy Flynn 860a37640b LibJS: Convert GetIterator AO to ThrowCompletionOr há 3 anos atrás
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function há 3 anos atrás
  Idan Horowitz ca27e5eff5 LibJS: Convert NativeFunction callback to ThrowCompletionOr há 3 anos atrás
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros há 3 anos atrás
  Idan Horowitz 56e769e4ba LibJS: Replace usages of JS_{DECLARE, DEFINE}_NATIVE_GETTER há 3 anos atrás
  Idan Horowitz c15a3b0576 LibJS: Convert Value::get() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr há 3 anos atrás
  Linus Groh fe86b04b42 LibJS: Convert define_property_or_throw() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 1d45541278 LibJS: Convert Object::set() to ThrowCompletionOr há 3 anos atrás
  Idan Horowitz ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr há 3 anos atrás
  Idan Horowitz 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr há 3 anos atrás
  Andreas Kling 971dc44ed3 LibJS: Don't use MarkedValueList in PromiseValueList há 3 anos atrás
  Timothy Flynn 4f186a9a1f LibJS: Implement Promise.race on the Promise constructor há 3 anos atrás
  Timothy Flynn 949f294444 LibJS: Implement Promise.allSettled on the Promise constructor há 3 anos atrás
  Timothy Flynn 4dffa40a8d LibJS: Implement Promise.any on the Promise constructor há 3 anos atrás
  Timothy Flynn 5b303721e0 LibJS: Generalize PerformPromiseAll common functionality há 3 anos atrás
  Timothy Flynn 417523507e LibJS: Generalize PromiseAllResolveElementFunction common functionality há 3 anos atrás
  Timothy Flynn dee3b7b8c9 LibJS: Implement Promise.all on the Promise constructor há 3 anos atrás
  Idan Horowitz eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins há 4 anos atrás
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
  Linus Groh 073071c634 LibJS: Fix Promise constructor reject function argument há 4 anos atrás
  Idan Horowitz 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors há 4 anos atrás
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás