Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 gadu atpakaļ |
Linus Groh
|
419e710c1c
LibJS: Re-implement the Array Grouping proposal as static methods
|
2 gadi atpakaļ |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 gadi atpakaļ |
Linus Groh
|
6ae79a84df
LibJS: Convert Object::construct() to NonnullGCPtr
|
2 gadi atpakaļ |
Andreas Kling
|
35c9aa7c05
LibJS: Hide all the constructors!
|
2 gadi atpakaļ |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 gadi atpakaļ |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
2 gadi atpakaļ |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 gadi atpakaļ |
Timothy Flynn
|
d1abf3d8ce
LibJS: Convert ObjectConstructor to ThrowCompletionOr
|
3 gadi atpakaļ |
Linus Groh
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 gadi atpakaļ |
Idan Horowitz
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 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ļ |
Andreas Kling
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 gadi atpakaļ |
Idan Horowitz
|
9a0cbcc3d1
LibJS: Add the Object.fromEntries method
|
4 gadi atpakaļ |
Idan Horowitz
|
bd9e20ef79
LibJS: Add the Object.getOwnPropertySymbols method
|
4 gadi atpakaļ |
Linus Groh
|
7e1bffdeb8
LibJS: Implement Object.assign()
|
4 gadi atpakaļ |
Andreas Kling
|
3ee092cd0c
LibJS: Implement Object.hasOwn() :^)
|
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ļ |
Linus Groh
|
da8a35a79e
LibJS: Implement Object.defineProperties()
|
4 gadi atpakaļ |
Linus Groh
|
f3264b0dbd
LibJS: Implement Object.isFrozen() and Object.isSealed()
|
4 gadi atpakaļ |
Linus Groh
|
9af07c7803
LibJS: Implement Object.freeze() and Object.seal()
|
4 gadi atpakaļ |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 gadi atpakaļ |