Linus Groh
|
9d0d3affd4
LibJS: Replace the custom unwind mechanism with completions :^)
|
3 سال پیش |
Linus Groh
|
9e50bd91a6
js: Remove uses of TRY_OR_DISCARD()
|
3 سال پیش |
Linus Groh
|
85f0fc2b83
LibJS: Return Optional<T> from Completion::{value,target}(), not T
|
3 سال پیش |
davidot
|
676554d3f8
LibJS: Convert resolve_binding() to ThrowCompletionOr
|
3 سال پیش |
Timothy Flynn
|
565a880ce5
Userland: Link directly against LibUnicodeData where needed
|
3 سال پیش |
Sam Atkins
|
d702678d16
LibJS+WebContent+Browser+js: Implement console.group() methods
|
3 سال پیش |
Sam Atkins
|
ff5e07d718
LibJS+WebContent+js: Bring console.trace() to spec
|
3 سال پیش |
Sam Atkins
|
ce694490f3
LibJS+WebContent+js: Bring console.assert() to spec
|
3 سال پیش |
Sam Atkins
|
9b78e287b0
LibJS+WebContent+js: Bring console.clear() to spec
|
3 سال پیش |
Sam Atkins
|
834ced82d4
LibJS+WebContent+js: Bring console.count[Reset]() to spec
|
3 سال پیش |
Sam Atkins
|
260836135a
LibJS+WebContent+js: Reimplement console.log() and friends to spec
|
3 سال پیش |
Timothy Flynn
|
10a8b6d411
Userland: Add unveil/pledge requisites for dynamic Unicode data loading
|
3 سال پیش |
Linus Groh
|
038d354b5d
LibJS: Remove Object::value_of()
|
3 سال پیش |
James Puleo
|
dd25dfbc20
js: Improve usage of `TRY` when executing a file program
|
3 سال پیش |
Timothy Flynn
|
6ad00088c0
js: Implement pretty-printing of Intl.DateTimeFormat
|
3 سال پیش |
Brian Gianforcaro
|
cf4fa936be
Everywhere: Use default execpromises argument for Core::System::pledge
|
3 سال پیش |
Andreas Kling
|
f1cc3d0fc4
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
|
3 سال پیش |
Idan Horowitz
|
58397f356f
js: Add command line flag for disabling source line hints
|
3 سال پیش |
Idan Horowitz
|
15fafdc645
js: Pretty-print custom error types
|
3 سال پیش |
Idan Horowitz
|
11d1950e74
js: Add command line flag for disabling ANSI colors
|
3 سال پیش |
Andreas Kling
|
21a5fb0fa2
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
|
3 سال پیش |
Mustafa Quraish
|
2fbcab46bf
Everywhere: Use ArgsParser::parse() with Main::Arguments directly
|
3 سال پیش |
Linus Groh
|
8fa5dc7241
js: Use pledge()
|
3 سال پیش |
Linus Groh
|
cfecfbb214
js: Port to LibMain :^)
|
3 سال پیش |
davidot
|
22e679d844
LibJS + js: Rethrow exception on the vm after bytecode interpreter run
|
3 سال پیش |
Andreas Kling
|
587f9af960
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
|
3 سال پیش |
Ali Mohammad Pur
|
070d2eaa51
LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<>
|
3 سال پیش |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 سال پیش |
Idan Horowitz
|
390a04a985
LibJS: Convert the GetValue AO to ThrowCompletionOr
|
3 سال پیش |
Timothy Flynn
|
0f91b22795
js: Convert JavaScript REPL to ThrowCompletionOr
|
3 سال پیش |