Linus Groh
|
34c28b981a
LibJS: Add a missing exception check in Object.assign()
|
4 years ago |
Linus Groh
|
2e94fa25d0
LibJS: Add spec step comments to Object.assign()
|
4 years ago |
Linus Groh
|
4f2af65836
LibJS: Add spec step comments to Object.hasOwn()
|
4 years ago |
Linus Groh
|
9555ca99a0
LibJS: Remove unnecessary value_or() from get()
|
4 years ago |
Linus Groh
|
09bd5f8772
LibJS: Rewrite most of Object for spec compliance :^)
|
4 years ago |
Idan Horowitz
|
581f20e6f2
LibJS: Accept FlyStrings in the NativeFunction constructors
|
4 years ago |
Andreas Kling
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 years ago |
Linus Groh
|
8a06a93ce2
LibJS: Return non-object argument unaltered from Object.setPrototypeOf()
|
4 years ago |
Linus Groh
|
8f6ac0db1c
LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors
|
4 years ago |
Linus Groh
|
55db9539a5
LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there
|
4 years ago |
Linus Groh
|
317b88a8c3
LibJS: Replace Object's create_empty() with create() taking a prototype
|
4 years ago |
Idan Horowitz
|
9a0cbcc3d1
LibJS: Add the Object.fromEntries method
|
4 years ago |
Linus Groh
|
7327a28ccc
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
|
4 years ago |
Idan Horowitz
|
bd9e20ef79
LibJS: Add the Object.getOwnPropertySymbols method
|
4 years ago |
Idan Horowitz
|
a2da3f97ef
LibJS: Remove argument count checks in Object.* methods
|
4 years ago |
Linus Groh
|
7e1bffdeb8
LibJS: Implement Object.assign()
|
4 years ago |
Idan Horowitz
|
f9395efaac
LibJS: Use ToPropertyKey in Object.getOwnPropertyDescriptor
|
4 years ago |
Idan Horowitz
|
eb0b1c432a
LibJS: Replace StringOrSymbol::from_value with Value::to_property_key
|
4 years ago |
Andreas Kling
|
3ee092cd0c
LibJS: Implement Object.hasOwn() :^)
|
4 years ago |
Linus Groh
|
c61de8e4be
LibJS: Use Object::get_own_properties() for getOwnPropertyNames()
|
4 years ago |
Linus Groh
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Linus Groh
|
9cd010167a
LibJS: Implement Object.create()
|
4 years ago |
Linus Groh
|
da8a35a79e
LibJS: Implement Object.defineProperties()
|
4 years ago |
Linus Groh
|
f3264b0dbd
LibJS: Implement Object.isFrozen() and Object.isSealed()
|
4 years ago |
Linus Groh
|
9af07c7803
LibJS: Implement Object.freeze() and Object.seal()
|
4 years ago |
Linus Groh
|
1c3eef5317
LibJS: Use MarkedValueList for internal own properties getter functions
|
4 years ago |
Linus Groh
|
1416027486
LibJS: Add Object::get_enumerable_own_property_names() and use it
|
4 years ago |
Linus Groh
|
afc86abe24
LibJS: Remove this_object parameter from get/put own property functions
|
4 years ago |
Andreas Kling
|
635a5eec75
LibJS: Remove a whole bunch of unnecessary #includes
|
4 years ago |