Historial de Commits

Autor SHA1 Mensaje Fecha
  Linus Groh fe86b04b42 LibJS: Convert define_property_or_throw() to ThrowCompletionOr hace 3 años
  Linus Groh 364dd42fc8 LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr hace 3 años
  Linus Groh 1d45541278 LibJS: Convert Object::set() to ThrowCompletionOr hace 3 años
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr hace 3 años
  Linus Groh 9b6c09e2c4 LibJS: Convert is_extensible() to ThrowCompletionOr hace 3 años
  Linus Groh ee8380edea LibJS: Convert internal_own_property_keys() to ThrowCompletionOr hace 3 años
  Linus Groh 0e69a6e487 LibJS: Convert internal_get_own_property() to ThrowCompletionOr hace 3 años
  Linus Groh 73bae7d779 LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr hace 3 años
  Linus Groh 8c81c84c18 LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr hace 3 años
  Linus Groh 5148150e1c LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr hace 3 años
  Idan Horowitz 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr hace 3 años
  Linus Groh 568296d0cc LibJS: Use ThrowCompletionOr in require_object_coercible() hace 3 años
  Idan Horowitz 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class hace 4 años
  Idan Horowitz eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins hace 4 años
  Idan Horowitz 5e621e494f LibJS: Implement Object.getOwnPropertyDescriptors() hace 4 años
  Idan Horowitz 0f91883b17 LibJS: Rename ObjectConstructor::{define_property_ => define_property} hace 4 años
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper hace 4 años
  Linus Groh 34c28b981a LibJS: Add a missing exception check in Object.assign() hace 4 años
  Linus Groh 2e94fa25d0 LibJS: Add spec step comments to Object.assign() hace 4 años
  Linus Groh 4f2af65836 LibJS: Add spec step comments to Object.hasOwn() hace 4 años
  Linus Groh 9555ca99a0 LibJS: Remove unnecessary value_or() from get() hace 4 años
  Linus Groh 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) hace 4 años
  Idan Horowitz 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors hace 4 años
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
  Linus Groh 8a06a93ce2 LibJS: Return non-object argument unaltered from Object.setPrototypeOf() hace 4 años
  Linus Groh 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors hace 4 años
  Linus Groh 55db9539a5 LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there hace 4 años
  Linus Groh 317b88a8c3 LibJS: Replace Object's create_empty() with create() taking a prototype hace 4 años
  Idan Horowitz 9a0cbcc3d1 LibJS: Add the Object.fromEntries method hace 4 años
  Linus Groh 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere hace 4 años