Timothy Flynn
|
85e313077a
LibJS: Do not invoke Cell::vm in constructors before Cell is constructed
|
2 vuotta sitten |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 vuotta sitten |
Linus Groh
|
e3895e6c80
LibJS: Pass Realm to define_native_{accessor,function}()
|
2 vuotta sitten |
Linus Groh
|
b465f46e00
LibJS: Remove GlobalObject parameter from native functions
|
2 vuotta sitten |
Linus Groh
|
25849f8a6d
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
|
2 vuotta sitten |
Linus Groh
|
f13f3f9fbe
LibJS: Replace GlobalObject with VM in Date AOs [Part 14/19]
|
2 vuotta sitten |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 vuotta sitten |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 vuotta sitten |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
2 vuotta sitten |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 vuotta sitten |
Linus Groh
|
f7c9bd0760
LibJS: Convert remaining Date AOs using JS::Value as in/output to double
|
3 vuotta sitten |
Idan Horowitz
|
9098257668
LibJS: Reject -00000 as extended year in Date parsing
|
3 vuotta sitten |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 vuotta sitten |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 vuotta sitten |
davidot
|
a61424a62b
LibJS: Be more lenient when parsing milliseconds for Date
|
3 vuotta sitten |
Timothy Flynn
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 vuotta sitten |
Timothy Flynn
|
d83ce7dd0b
LibJS: Re-implement the Date constructor / prototype for spec compliance
|
3 vuotta sitten |
Timothy Flynn
|
b2aa3c9f84
LibJS: Do not negate offset in LocalTZA for isUTC=false
|
3 vuotta sitten |
Timothy Flynn
|
643992904c
LibJS: Clip parsed IS0 8601 strings to +/- 8.64e15
|
3 vuotta sitten |
Timothy Flynn
|
aea4f79b57
LibJS: Implement Date.parse using AK::Time and LibTimeZone
|
3 vuotta sitten |
Timothy Flynn
|
260d2099da
LibJS: Implement Date.UTC according to the spec
|
3 vuotta sitten |
Timothy Flynn
|
e8f860048e
LibJS: Set the length of Date.UTC to 7
|
3 vuotta sitten |
Idan Horowitz
|
ba39a54bb8
LibJS: Convert DateConstructor functions to ThrowCompletionOr
|
3 vuotta sitten |
Linus Groh
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 vuotta sitten |
Idan Horowitz
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 vuotta sitten |
Idan Horowitz
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 vuotta sitten |
Idan Horowitz
|
f6a5ff7b00
LibJS: Convert to_i32() to ThrowCompletionOr
|
3 vuotta sitten |
Idan Horowitz
|
20d990563c
LibJS: Convert to_number() to ThrowCompletionOr
|
3 vuotta sitten |
Linus Groh
|
4d8912a92b
LibJS: Convert to_string() to ThrowCompletionOr
|
3 vuotta sitten |
Andreas Kling
|
0c63f0bf73
LibJS: Parse date strings like "Wed Apr 17 23:08:53 +0000 2019"
|
3 vuotta sitten |