Shannon Booth
|
6d4eda0028
LibJS: Make CreateTemporalDuration return a NonnullGCPtr
|
1 년 전 |
Andreas Kling
|
f4fa37afd2
LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes
|
1 년 전 |
Andreas Kling
|
65717e3b75
LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive}
|
1 년 전 |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 년 전 |
Linus Groh
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
2 년 전 |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 년 전 |
Linus Groh
|
49b5d55b95
LibJS: Make {un,}balance_duration_relative() take a StringView
|
2 년 전 |
Linus Groh
|
6ae79a84df
LibJS: Convert Object::construct() to NonnullGCPtr
|
2 년 전 |
Jonah
|
381b36b83f
LibJS/Temporal: Rename ToIntegerWithRounding to ToIntegerIfIntegral
|
2 년 전 |
Timothy Flynn
|
85e313077a
LibJS: Do not invoke Cell::vm in constructors before Cell is constructed
|
2 년 전 |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 년 전 |
davidot
|
791855deab
LibCrypto+LibJS: Remove the create_from methods from BigInteger
|
2 년 전 |
Linus Groh
|
e3895e6c80
LibJS: Pass Realm to define_native_{accessor,function}()
|
2 년 전 |
Linus Groh
|
694f66b5ca
LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19]
|
2 년 전 |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 년 전 |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 년 전 |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
2 년 전 |
Linus Groh
|
fafc9b07c4
LibJS: Mark AO calls creating a copy of built-in objects as infallible
|
3 년 전 |
Linus Groh
|
5eb48f6f3a
LibJS: Remove constant arguments from CalculateOffsetShift
|
3 년 전 |
Linus Groh
|
c3f1d8f5ba
LibJS: Correct section IDs of Temporal .prototype property clauses
|
3 년 전 |
Linus Groh
|
27793bf76c
LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUS
|
3 년 전 |
Linus Groh
|
e109b967a1
LibJS: Make options object const in more Temporal AOs
|
3 년 전 |
Linus Groh
|
29aa938fa5
LibJS: Fix Duration.compare() for dates with unusual number of hours
|
3 년 전 |
Linus Groh
|
48856498f0
LibJS: Change total_duration_nanoseconds() from JS to Crypto BigInts
|
3 년 전 |
Linus Groh
|
4722045e28
LibJS: Do not expose mathematical values to script in Duration methods
|
3 년 전 |
Linus Groh
|
ec1e1f4f12
LibJS: Disallow Temporal.Duration input values to be non-integers
|
3 년 전 |
Luke Wilde
|
5e3fe52fc4
LibJS: Implement Temporal.Duration.compare
|
3 년 전 |
Linus Groh
|
5e9e3f9dc8
LibJS: Convert Temporal.Duration functions to ThrowCompletionOr
|
3 년 전 |
Linus Groh
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 년 전 |
Idan Horowitz
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 년 전 |