index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
js.cpp
Age
Commit message (
Expand
)
Author
2022-01-16
LibJS: Fix that '_' no longer accessed the last value in the REPL
davidot
2022-01-15
LibJS+js: Pretty-print Date objects using the ToDateString AO
Timothy Flynn
2022-01-13
js: Pretty-print the Intl.DisplayNames [[LanguageDisplay]] internal slot
Timothy Flynn
2022-01-08
LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>
Linus Groh
2022-01-06
LibJS: Replace the custom unwind mechanism with completions :^)
Linus Groh
2022-01-04
js: Remove uses of TRY_OR_DISCARD()
Linus Groh
2022-01-03
LibJS: Return Optional<T> from Completion::{value,target}(), not T
Linus Groh
2021-12-30
LibJS: Convert resolve_binding() to ThrowCompletionOr
davidot
2021-12-30
Userland: Link directly against LibUnicodeData where needed
Timothy Flynn
2021-12-27
LibJS+WebContent+Browser+js: Implement console.group() methods
Sam Atkins
2021-12-27
LibJS+WebContent+js: Bring console.trace() to spec
Sam Atkins
2021-12-27
LibJS+WebContent+js: Bring console.assert() to spec
Sam Atkins
2021-12-27
LibJS+WebContent+js: Bring console.clear() to spec
Sam Atkins
2021-12-27
LibJS+WebContent+js: Bring console.count[Reset]() to spec
Sam Atkins
2021-12-27
LibJS+WebContent+js: Reimplement console.log() and friends to spec
Sam Atkins
2021-12-21
Userland: Add unveil/pledge requisites for dynamic Unicode data loading
Timothy Flynn
2021-12-10
LibJS: Remove Object::value_of()
Linus Groh
2021-12-08
js: Improve usage of `TRY` when executing a file program
James Puleo
2021-11-29
js: Implement pretty-printing of Intl.DateTimeFormat
Timothy Flynn
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-26
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
Andreas Kling
2021-11-24
js: Add command line flag for disabling source line hints
Idan Horowitz
2021-11-24
js: Pretty-print custom error types
Idan Horowitz
2021-11-24
js: Add command line flag for disabling ANSI colors
Idan Horowitz
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-22
Everywhere: Use ArgsParser::parse() with Main::Arguments directly
Mustafa Quraish
2021-11-22
js: Use pledge()
Linus Groh
2021-11-22
js: Port to LibMain :^)
Linus Groh
2021-11-17
LibJS + js: Rethrow exception on the vm after bytecode interpreter run
davidot
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-12
LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<>
Ali Mohammad Pur
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-02
LibJS: Convert the GetValue AO to ThrowCompletionOr
Idan Horowitz
2021-10-31
js: Convert JavaScript REPL to ThrowCompletionOr
Timothy Flynn
2021-10-24
LibJS: Include executable name in bytecode dumps
Andreas Kling
2021-10-24
LibJS: Move global "should dump bytecode" flag into LibJS
Andreas Kling
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-18
LibJS: Convert to_number() to ThrowCompletionOr
Idan Horowitz
2021-10-14
js: Implement pretty-printing of ShadowRealm
Linus Groh
2021-10-13
LibJS: Convert to_object() to ThrowCompletionOr
Linus Groh
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-10-05
js: Fix pretty-printing of RegExp objects
Linus Groh
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-10-03
js: Allow for completion of lexically declared variables
davidot
2021-10-03
js: Fix that auto completion of properties failed
davidot
2021-10-02
LibJS: Put zombie cell tracking code behind a compile-time flag
Andreas Kling
2021-09-30
LibJS: Make scoping follow the spec
davidot
2021-09-25
LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject
Linus Groh
2021-09-16
js: Add a simple loadJSON(path) built-in to load JSON from a file
Andreas Kling
[next]