Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Idan Horowitz 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 gadi atpakaļ
  Linus Groh 568296d0cc LibJS: Use ThrowCompletionOr in require_object_coercible() 3 gadi atpakaļ
  Idan Horowitz 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 gadi atpakaļ
  Idan Horowitz eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins 4 gadi atpakaļ
  Idan Horowitz 5e621e494f LibJS: Implement Object.getOwnPropertyDescriptors() 4 gadi atpakaļ
  Idan Horowitz 0f91883b17 LibJS: Rename ObjectConstructor::{define_property_ => define_property} 4 gadi atpakaļ
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 gadi atpakaļ
  Linus Groh 34c28b981a LibJS: Add a missing exception check in Object.assign() 4 gadi atpakaļ
  Linus Groh 2e94fa25d0 LibJS: Add spec step comments to Object.assign() 4 gadi atpakaļ
  Linus Groh 4f2af65836 LibJS: Add spec step comments to Object.hasOwn() 4 gadi atpakaļ
  Linus Groh 9555ca99a0 LibJS: Remove unnecessary value_or() from get() 4 gadi atpakaļ
  Linus Groh 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 gadi atpakaļ
  Idan Horowitz 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 gadi atpakaļ
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 gadi atpakaļ
  Linus Groh 8a06a93ce2 LibJS: Return non-object argument unaltered from Object.setPrototypeOf() 4 gadi atpakaļ
  Linus Groh 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors 4 gadi atpakaļ
  Linus Groh 55db9539a5 LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there 4 gadi atpakaļ
  Linus Groh 317b88a8c3 LibJS: Replace Object's create_empty() with create() taking a prototype 4 gadi atpakaļ
  Idan Horowitz 9a0cbcc3d1 LibJS: Add the Object.fromEntries method 4 gadi atpakaļ
  Linus Groh 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 gadi atpakaļ
  Idan Horowitz bd9e20ef79 LibJS: Add the Object.getOwnPropertySymbols method 4 gadi atpakaļ
  Idan Horowitz a2da3f97ef LibJS: Remove argument count checks in Object.* methods 4 gadi atpakaļ
  Linus Groh 7e1bffdeb8 LibJS: Implement Object.assign() 4 gadi atpakaļ
  Idan Horowitz f9395efaac LibJS: Use ToPropertyKey in Object.getOwnPropertyDescriptor 4 gadi atpakaļ
  Idan Horowitz eb0b1c432a LibJS: Replace StringOrSymbol::from_value with Value::to_property_key 4 gadi atpakaļ
  Andreas Kling 3ee092cd0c LibJS: Implement Object.hasOwn() :^) 4 gadi atpakaļ
  Linus Groh c61de8e4be LibJS: Use Object::get_own_properties() for getOwnPropertyNames() 4 gadi atpakaļ
  Linus Groh ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 gadi atpakaļ
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
  Linus Groh 9cd010167a LibJS: Implement Object.create() 4 gadi atpakaļ