Timothy Flynn
|
ede5c9548e
Userland: Invoke tzset in applications that care about time zones
|
3 years ago |
davidot
|
0e56dac51e
js: Display a warning if multiple files are given
|
3 years ago |
davidot
|
7cbf4b90e8
LibJS: Implement ImportCall and HostImportModuleDynamically
|
3 years ago |
Luke Wilde
|
631bbcd00a
LibJS: Refactor interpreter to use Script and Source Text Modules
|
3 years ago |
davidot
|
a5b11f7484
LibJS: Fix that '_' no longer accessed the last value in the REPL
|
3 years ago |
Timothy Flynn
|
58ccca6a9d
LibJS+js: Pretty-print Date objects using the ToDateString AO
|
3 years ago |
Timothy Flynn
|
27c845eef2
js: Pretty-print the Intl.DisplayNames [[LanguageDisplay]] internal slot
|
3 years ago |
Linus Groh
|
eb60d16549
LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>
|
3 years ago |
Linus Groh
|
9d0d3affd4
LibJS: Replace the custom unwind mechanism with completions :^)
|
3 years ago |
Linus Groh
|
9e50bd91a6
js: Remove uses of TRY_OR_DISCARD()
|
3 years ago |
Linus Groh
|
85f0fc2b83
LibJS: Return Optional<T> from Completion::{value,target}(), not T
|
3 years ago |
davidot
|
676554d3f8
LibJS: Convert resolve_binding() to ThrowCompletionOr
|
3 years ago |
Timothy Flynn
|
565a880ce5
Userland: Link directly against LibUnicodeData where needed
|
3 years ago |
Sam Atkins
|
d702678d16
LibJS+WebContent+Browser+js: Implement console.group() methods
|
3 years ago |
Sam Atkins
|
ff5e07d718
LibJS+WebContent+js: Bring console.trace() to spec
|
3 years ago |
Sam Atkins
|
ce694490f3
LibJS+WebContent+js: Bring console.assert() to spec
|
3 years ago |
Sam Atkins
|
9b78e287b0
LibJS+WebContent+js: Bring console.clear() to spec
|
3 years ago |
Sam Atkins
|
834ced82d4
LibJS+WebContent+js: Bring console.count[Reset]() to spec
|
3 years ago |
Sam Atkins
|
260836135a
LibJS+WebContent+js: Reimplement console.log() and friends to spec
|
3 years ago |
Timothy Flynn
|
10a8b6d411
Userland: Add unveil/pledge requisites for dynamic Unicode data loading
|
3 years ago |
Linus Groh
|
038d354b5d
LibJS: Remove Object::value_of()
|
3 years ago |
James Puleo
|
dd25dfbc20
js: Improve usage of `TRY` when executing a file program
|
3 years ago |
Timothy Flynn
|
6ad00088c0
js: Implement pretty-printing of Intl.DateTimeFormat
|
3 years ago |
Brian Gianforcaro
|
cf4fa936be
Everywhere: Use default execpromises argument for Core::System::pledge
|
3 years ago |
Andreas Kling
|
f1cc3d0fc4
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
|
3 years ago |
Idan Horowitz
|
58397f356f
js: Add command line flag for disabling source line hints
|
3 years ago |
Idan Horowitz
|
15fafdc645
js: Pretty-print custom error types
|
3 years ago |
Idan Horowitz
|
11d1950e74
js: Add command line flag for disabling ANSI colors
|
3 years ago |
Andreas Kling
|
21a5fb0fa2
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
|
3 years ago |
Mustafa Quraish
|
2fbcab46bf
Everywhere: Use ArgsParser::parse() with Main::Arguments directly
|
3 years ago |