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
2023-04-14
LibJS: Port Value::to_object() to NonnullGCPtr
Linus Groh
2023-03-17
LibJS: Propagate errors from VM creation
Timothy Flynn
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-02-21
LibWeb+LibJS: Format Console arguments with JS::Print
Andrew Kaster
2023-02-19
LibTextCodec+Everywhere: Port Decoders to new Strings
Sam Atkins
2023-02-19
LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()`
Sam Atkins
2023-02-19
js: Save REPL history when exiting interpreter with `exit()`
Evan Smal
2023-02-17
LibJS+Everywhere: Convert JS::Error to String
Timothy Flynn
2023-02-15
LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringView
Sam Atkins
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-10
LibJS+Userland: Port the JS Console object and direct callers to String
Timothy Flynn
2023-02-08
js: Remove DeprecatedString usage in `load_json_impl()`
Evan Smal
2023-02-08
js: Use const where possible in `parse_and_run()`
Evan Smal
2023-02-08
js: Convert `s_history_path` to String and propagate errors
Evan Smal
2023-02-08
js: Use `Core::Stream::File` in place of POSIX in `write_to_file()`
Evan Smal
2023-02-08
js: Use String in `prompt_for_level()` and `read_next_piece()`
Evan Smal
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2022-12-14
LibJS: Convert Object::create() to NonnullGCPtr
Linus Groh
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
js: Force optimizations when setting the -p flag
Hendiadyoin1
2022-11-28
js: Make console.log() print to stdout again
Ali Mohammad Pur
2022-11-26
LibJS+js: Move the value print implementation to LibJS
Ali Mohammad Pur
2022-11-23
Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includes
Andreas Kling
2022-11-19
js: Port to Core::Stream
Sam Atkins
2022-10-16
LibJS+js: Disable console debug messages outside Serenity only for `js`
networkException
2022-10-10
Userland: Remove unecessary uses of __serenity__ macro
Andrew Kaster
2022-09-05
Userland: Move files destined for LibLocale to the Locale namespace
Timothy Flynn
2022-08-28
LibJS: Turn initialize_global_object() into a regular initialize()
Linus Groh
2022-08-28
LibJS: Move Console ownership from GlobalObject to ConsoleObject
Linus Groh
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-23
LibJS: Remove {Bytecode::,}Interpreter::global_object()
Linus Groh
2022-08-23
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
Linus Groh
2022-08-23
LibJS: Pass Realm to define_native_{accessor,function}()
Linus Groh
2022-08-23
LibJS: Pass Realm to GlobalObject::initialize_global_object()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject parameter from native functions
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
[next]