Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 rokov pred |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
2 rokov pred |
davidot
|
301bba8c19
LibJS: Only coerce value once in BigInt constructor
|
2 rokov pred |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 rokov pred |
Timothy Flynn
|
cb57475168
LibJS: Implement BigInt.asUintN
|
3 rokov pred |
Timothy Flynn
|
460c2caaf7
LibJS: Implement BigInt.asIntN
|
3 rokov pred |
Idan Horowitz
|
4128f95903
LibJS: Convert BigIntConstructor functions to ThrowCompletionOr
|
3 rokov pred |
Idan Horowitz
|
306c25f3c2
LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr
|
3 rokov pred |
Linus Groh
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 rokov pred |
Idan Horowitz
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 rokov pred |
Idan Horowitz
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 rokov pred |
Idan Horowitz
|
e87cea8248
LibJS: Convert to_bigint() to ThrowCompletionOr
|
3 rokov pred |
Linus Groh
|
9eb065a1f6
LibJS: Convert to_primitive() to ThrowCompletionOr
|
3 rokov pred |
Idan Horowitz
|
eeb4c1eec9
LibJS: Reorder and add missing name & length properties to Built-ins
|
4 rokov pred |
Linus Groh
|
cc64efac44
LibJS: Split out NumberToBigInt from the BigInt constructor
|
4 rokov pred |
Idan Horowitz
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
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 |
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 |
Linus Groh
|
d1d1f4f251
LibJS: Remove declarations of some TODO()'d BigInt and Promise functions
|
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 |
Linus Groh
|
585123127e
LibJS: Support @@toPrimitive in ToPrimitive abstract operation
|
4 rokov pred |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 rokov pred |