Linus Groh
|
6ae79a84df
LibJS: Convert Object::construct() to NonnullGCPtr
|
2 years ago |
Timothy Flynn
|
85e313077a
LibJS: Do not invoke Cell::vm in constructors before Cell is constructed
|
2 years ago |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 years ago |
Linus Groh
|
e3895e6c80
LibJS: Pass Realm to define_native_{accessor,function}()
|
2 years ago |
Linus Groh
|
694f66b5ca
LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19]
|
2 years ago |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 years ago |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 years ago |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
2 years ago |
Linus Groh
|
fafc9b07c4
LibJS: Mark AO calls creating a copy of built-in objects as infallible
|
3 years ago |
Linus Groh
|
c3f1d8f5ba
LibJS: Correct section IDs of Temporal .prototype property clauses
|
3 years ago |
Linus Groh
|
151eb8606d
LibJS: Consistently call observable Temporal AOs with undefined options
|
3 years ago |
Linus Groh
|
0057d489bd
LibJS: Fix some clang-tidy warnings in Temporal
|
3 years ago |
Linus Groh
|
c043b818ad
LibJS: Convert Temporal.PlainDateTime functions to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
Idan Horowitz
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
Linus Groh
|
d764f1c699
LibJS: Convert PlainDateTime AOs to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
f8d92232c8
LibJS: Convert Calendar AOs to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
9f03647f1f
LibJS: Convert to_temporal_overflow() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
08dd1c3e2d
LibJS: Convert get_options_object() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
683e31e1ff
LibJS: Convert to_integer_throw_on_infinity() to ThrowCompletionOr
|
3 years ago |
Andreas Kling
|
6ad427993a
Everywhere: Behaviour => Behavior
|
3 years ago |
Idan Horowitz
|
9ed877e8e7
LibJS: Implement Temporal.PlainDateTime.compare()
|
3 years ago |
Linus Groh
|
ad427f85ca
LibJS: Implement Temporal.PlainDateTime.from()
|
3 years ago |
Linus Groh
|
d46c531023
LibJS: Add and use newly introduced ToIntegerThrowOnInfinity Temporal AO
|
3 years ago |
Linus Groh
|
4be3196882
LibJS: Start implementing Temporal.PlainDateTime
|
4 years ago |