提交歷史

作者 SHA1 備註 提交日期
  Timothy Flynn a64752cd34 LibJS: Convert IteratorComplete AO to ThrowCompletionOr 3 年之前
  Timothy Flynn 8be1caa05d LibJS: Convert IteratorStep AO to ThrowCompletionOr 3 年之前
  Timothy Flynn 860a37640b LibJS: Convert GetIterator AO to ThrowCompletionOr 3 年之前
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 年之前
  Idan Horowitz ca27e5eff5 LibJS: Convert NativeFunction callback to ThrowCompletionOr 3 年之前
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 年之前
  Idan Horowitz 56e769e4ba LibJS: Replace usages of JS_{DECLARE, DEFINE}_NATIVE_GETTER 3 年之前
  Idan Horowitz c15a3b0576 LibJS: Convert Value::get() to ThrowCompletionOr 3 年之前
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr 3 年之前
  Linus Groh fe86b04b42 LibJS: Convert define_property_or_throw() to ThrowCompletionOr 3 年之前
  Linus Groh 1d45541278 LibJS: Convert Object::set() to ThrowCompletionOr 3 年之前
  Idan Horowitz ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 3 年之前
  Idan Horowitz 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 年之前
  Andreas Kling 971dc44ed3 LibJS: Don't use MarkedValueList in PromiseValueList 3 年之前
  Timothy Flynn 4f186a9a1f LibJS: Implement Promise.race on the Promise constructor 3 年之前
  Timothy Flynn 949f294444 LibJS: Implement Promise.allSettled on the Promise constructor 3 年之前
  Timothy Flynn 4dffa40a8d LibJS: Implement Promise.any on the Promise constructor 3 年之前
  Timothy Flynn 5b303721e0 LibJS: Generalize PerformPromiseAll common functionality 3 年之前
  Timothy Flynn 417523507e LibJS: Generalize PromiseAllResolveElementFunction common functionality 3 年之前
  Timothy Flynn dee3b7b8c9 LibJS: Implement Promise.all on the Promise constructor 3 年之前
  Idan Horowitz eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins 4 年之前
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 年之前
  Linus Groh 073071c634 LibJS: Fix Promise constructor reject function argument 4 年之前
  Idan Horowitz 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 年之前
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
  Linus Groh f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 年之前
  Linus Groh 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors 4 年之前
  Linus Groh 4794e6b0da LibJS: Fix Promise.length attributes 4 年之前
  Linus Groh 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 年之前
  Linus Groh 633f604c47 LibJS: Fix attributes of Promise.prototype 4 年之前