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-03-08
js: Don't try to run empty scripts
Maciej
2022-03-07
LibJS: Use Vector instead of HashMap in DeclarativeEnvironment
Andreas Kling
2022-03-06
LibLine+Userland: Make suggestion offsets per-suggestion
Ali Mohammad Pur
2022-03-06
js: Use token offset for highlighting instead of column offset
Ali Mohammad Pur
2022-03-02
js: Print `ArrayBuffer.maxByteLength` when present
ForLoveOfCats
2022-02-14
js: Add a print() function to the environment
Ali Mohammad Pur
2022-02-13
LibJS: Make ASTNode::generate_bytecode() fallible
Ali Mohammad Pur
2022-02-10
js: Add a command line argument to evaluate a string as a script
Timothy Flynn
2022-02-09
LibJS: Implement Sets using Maps
Ali Mohammad Pur
2022-02-09
LibJS: Make Map iterators independent of the underlying hashmap
Ali Mohammad Pur
2022-02-08
LibJS+Everywhere: Remove VM::exception() and most related functions
davidot
2022-02-05
LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option
davidot
2022-01-31
LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr
Andreas Kling
2022-01-30
js: Implement pretty-printing of Intl Segments objects
Idan Horowitz
2022-01-30
js: Implement pretty-printing of Intl.Segmenter
Idan Horowitz
2022-01-29
js: Implement pretty-printing of Intl.Collator
Timothy Flynn
2022-01-28
js: Use generic reference instead of Variant<A,B>
Ali Mohammad Pur
2022-01-28
js: Implement pretty-printing of Intl.PluralRules
Timothy Flynn
2022-01-28
Revert "Userland: Invoke tzset in apps that care about time zones"
Timothy Flynn
2022-01-25
js: Implement pretty-printing of Intl.RelativeTimeFormat
Timothy Flynn
2022-01-25
Userland: Invoke tzset in applications that care about time zones
Timothy Flynn
2022-01-22
js: Display a warning if multiple files are given
davidot
2022-01-22
LibJS: Implement ImportCall and HostImportModuleDynamically
davidot
2022-01-22
LibJS: Refactor interpreter to use Script and Source Text Modules
Luke Wilde
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
[next]