Historique des commits

Auteur SHA1 Message Date
  Linus Groh 317b88a8c3 LibJS: Replace Object's create_empty() with create() taking a prototype il y a 4 ans
  Idan Horowitz 9a0cbcc3d1 LibJS: Add the Object.fromEntries method il y a 4 ans
  Linus Groh 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere il y a 4 ans
  Idan Horowitz bd9e20ef79 LibJS: Add the Object.getOwnPropertySymbols method il y a 4 ans
  Idan Horowitz a2da3f97ef LibJS: Remove argument count checks in Object.* methods il y a 4 ans
  Linus Groh 7e1bffdeb8 LibJS: Implement Object.assign() il y a 4 ans
  Idan Horowitz f9395efaac LibJS: Use ToPropertyKey in Object.getOwnPropertyDescriptor il y a 4 ans
  Idan Horowitz eb0b1c432a LibJS: Replace StringOrSymbol::from_value with Value::to_property_key il y a 4 ans
  Andreas Kling 3ee092cd0c LibJS: Implement Object.hasOwn() :^) il y a 4 ans
  Linus Groh c61de8e4be LibJS: Use Object::get_own_properties() for getOwnPropertyNames() il y a 4 ans
  Linus Groh ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Linus Groh 9cd010167a LibJS: Implement Object.create() il y a 4 ans
  Linus Groh da8a35a79e LibJS: Implement Object.defineProperties() il y a 4 ans
  Linus Groh f3264b0dbd LibJS: Implement Object.isFrozen() and Object.isSealed() il y a 4 ans
  Linus Groh 9af07c7803 LibJS: Implement Object.freeze() and Object.seal() il y a 4 ans
  Linus Groh 1c3eef5317 LibJS: Use MarkedValueList for internal own properties getter functions il y a 4 ans
  Linus Groh 1416027486 LibJS: Add Object::get_enumerable_own_property_names() and use it il y a 4 ans
  Linus Groh afc86abe24 LibJS: Remove this_object parameter from get/put own property functions il y a 4 ans
  Andreas Kling 635a5eec75 LibJS: Remove a whole bunch of unnecessary #includes il y a 4 ans
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans