Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
před 2 roky |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
před 2 roky |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
před 3 roky |
Linus Groh
|
f7c9bd0760
LibJS: Convert remaining Date AOs using JS::Value as in/output to double
|
před 3 roky |
Idan Horowitz
|
9098257668
LibJS: Reject -00000 as extended year in Date parsing
|
před 3 roky |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
před 3 roky |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
před 3 roky |
davidot
|
a61424a62b
LibJS: Be more lenient when parsing milliseconds for Date
|
před 3 roky |
Timothy Flynn
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
před 3 roky |
Timothy Flynn
|
d83ce7dd0b
LibJS: Re-implement the Date constructor / prototype for spec compliance
|
před 3 roky |
Timothy Flynn
|
b2aa3c9f84
LibJS: Do not negate offset in LocalTZA for isUTC=false
|
před 3 roky |
Timothy Flynn
|
643992904c
LibJS: Clip parsed IS0 8601 strings to +/- 8.64e15
|
před 3 roky |
Timothy Flynn
|
aea4f79b57
LibJS: Implement Date.parse using AK::Time and LibTimeZone
|
před 3 roky |
Timothy Flynn
|
260d2099da
LibJS: Implement Date.UTC according to the spec
|
před 3 roky |
Timothy Flynn
|
e8f860048e
LibJS: Set the length of Date.UTC to 7
|
před 3 roky |
Idan Horowitz
|
ba39a54bb8
LibJS: Convert DateConstructor functions to ThrowCompletionOr
|
před 3 roky |
Linus Groh
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
před 3 roky |
Idan Horowitz
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
před 3 roky |
Idan Horowitz
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
před 3 roky |
Idan Horowitz
|
f6a5ff7b00
LibJS: Convert to_i32() to ThrowCompletionOr
|
před 3 roky |
Idan Horowitz
|
20d990563c
LibJS: Convert to_number() to ThrowCompletionOr
|
před 3 roky |
Linus Groh
|
4d8912a92b
LibJS: Convert to_string() to ThrowCompletionOr
|
před 3 roky |
Andreas Kling
|
0c63f0bf73
LibJS: Parse date strings like "Wed Apr 17 23:08:53 +0000 2019"
|
před 3 roky |
Idan Horowitz
|
5a4c90fcb1
LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr
|
před 3 roky |
Linus Groh
|
a647f0abf6
LibJS: Make parse_simplified_iso8601() use Optional<int> instead of -1
|
před 4 roky |
Linus Groh
|
39cdffd78d
LibJS: Make Date.now() return a floor()'d milliseconds value
|
před 4 roky |
Idan Horowitz
|
eeb4c1eec9
LibJS: Reorder and add missing name & length properties to Built-ins
|
před 4 roky |
Idan Horowitz
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
před 4 roky |
Idan Horowitz
|
581f20e6f2
LibJS: Accept FlyStrings in the NativeFunction constructors
|
před 4 roky |
Andreas Kling
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
před 4 roky |