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