Idan Horowitz
|
e90e4ac1e2
LibJS: Convert length_of_array_like to ThrowCompletionOr
|
3 rokov pred |
Linus Groh
|
2d4650714f
LibJS: Use ThrowCompletionOr in get_prototype_from_constructor()
|
3 rokov pred |
Idan Horowitz
|
8d01d43f5e
LibJS: Replace the boolean argument of Object::set with an enum class
|
4 rokov pred |
Idan Horowitz
|
eeb4c1eec9
LibJS: Reorder and add missing name & length properties to Built-ins
|
4 rokov pred |
Idan Horowitz
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 rokov pred |
Linus Groh
|
09bd5f8772
LibJS: Rewrite most of Object for spec compliance :^)
|
4 rokov pred |
Idan Horowitz
|
e480d69130
LibJS: Bring ArrayCreate and ArrayConstructor closer to spec
|
4 rokov pred |
Idan Horowitz
|
5f09d78b9d
LibJS: Bring the Array constructor slightly closer to the specification
|
4 rokov pred |
Idan Horowitz
|
1d94d7a367
LibJS: Make Array.of(...items) generic
|
4 rokov pred |
Idan Horowitz
|
581f20e6f2
LibJS: Accept FlyStrings in the NativeFunction constructors
|
4 rokov pred |
Andreas Kling
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 rokov pred |
Linus Groh
|
f4867572b7
LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&)
|
4 rokov pred |
Idan Horowitz
|
9127d83927
LibJS: Rename Value::{is_integer => is_integral_number}
|
4 rokov pred |
Linus Groh
|
7327a28ccc
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
|
4 rokov pred |
Idan Horowitz
|
a1f5357ad3
LibJS: Expose Symbol.species properties as getters
|
4 rokov pred |
Linus Groh
|
83be39c91a
LibJS: Handle Proxy with Array target in IsArray() abstract operation
|
4 rokov pred |
Idan Horowitz
|
aefb7995f1
LibJS: Add the Symbol.species getter to the appropriate built-ins
|
4 rokov pred |
Linus Groh
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
4 rokov pred |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 rokov pred |
tuqqu
|
c8ad1df143
LibJS: Array.from mapFn fixes + thisArg support
|
4 rokov pred |
tuqqu
|
7bd0384fa6
LibJS: Support mapFn argument of Array.from
|
4 rokov pred |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 rokov pred |