Timothy Flynn
|
49b24b0968
LibJS: Let Utf16String be forward-declared in Value.h
|
2 years ago |
Linus Groh
|
dd3d133968
LibJS: Convert SymbolObject::create() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
049e99b5f0
LibJS: Convert StringObject::create() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
f990095728
LibJS: Convert NumberObject::create() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
b48fa8756f
LibJS: Convert BooleanObject::create() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
cf0a24ff0c
LibJS: Convert BigIntObject::create() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
e4b388ea5a
LibJS: Use modulo() for modulo operations in Value.cpp
|
2 years ago |
Linus Groh
|
ff5882291f
LibJS: Rename same_value_non_{numeric => number}() and handle BigInts
|
2 years ago |
Linus Groh
|
78895984e9
LibJS: Add spec comments to Value::invoke_internal()
|
2 years ago |
Linus Groh
|
14e5003ece
LibJS: Add spec comments to is_less_than()
|
2 years ago |
Linus Groh
|
f1d8a64510
LibJS: Add spec comments to is_strictly_equal()
|
2 years ago |
Linus Groh
|
abf1ba89cd
LibJS: Add spec comments to same_value_non_numeric()
|
2 years ago |
Linus Groh
|
625ad4192f
LibJS: Add spec comments to same_value_zero()
|
2 years ago |
Linus Groh
|
44a243cae4
LibJS: Add spec comments to same_value()
|
2 years ago |
Linus Groh
|
c892b1c2b6
LibJS: Add spec comments to ordinary_has_instance()
|
2 years ago |
Linus Groh
|
0b35c24c9c
LibJS: Add spec comments to instance_of()
|
2 years ago |
Linus Groh
|
d74ce90e74
LibJS: Add spec comments to exp{,_double}()
|
2 years ago |
Linus Groh
|
eb4ea557f1
LibJS: Add spec comments to mod()
|
2 years ago |
Linus Groh
|
dc747b3dd4
LibJS: Add spec comments to div()
|
2 years ago |
Linus Groh
|
f0f476079b
LibJS: Add spec comments to mul()
|
2 years ago |
Linus Groh
|
51cdf2cdef
LibJS: Add spec comments to sub()
|
2 years ago |
Linus Groh
|
d5359164b1
LibJS: Add spec comments to add()
|
2 years ago |
Linus Groh
|
e27ef63217
LibJS: Add spec comments to unsigned_right_shift()
|
2 years ago |
Linus Groh
|
b66f9a8718
LibJS: Add spec comments to right_shift()
|
2 years ago |
Linus Groh
|
8aa19a8a60
LibJS: Add spec comments to left_shift()
|
2 years ago |
Linus Groh
|
08f6be1715
LibJS: Add spec comments to unary_minus()
|
2 years ago |
Linus Groh
|
4458b7bf19
LibJS: Add spec comments to unary_plus()
|
2 years ago |
Linus Groh
|
c23d8c7486
LibJS: Add spec comments to bitwise_not()
|
2 years ago |
Linus Groh
|
f0f2dd5850
LibJS: Add spec comments to bitwise_xor()
|
2 years ago |
Linus Groh
|
07f9ae908c
LibJS: Add spec comments to bitwise_or()
|
2 years ago |