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-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
2022-08-05
LibJS: Let Shape store a Realm instead of a GlobalObject
Andreas Kling
2022-07-20
js: Don't pass error strings as the format argument to outln()
Ali Mohammad Pur
2022-07-13
LibJS+js: Parse new constructor options from Intl.NumberFormat V3
Timothy Flynn
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-10
js: Add missing built-in functions to help() output
Linus Groh
2022-07-10
js: Remove load() built-in function
Linus Groh
2022-07-06
LibJS: Revert partial resizable ArrayBuffer implementation
Linus Groh
2022-07-01
js: Implement pretty-printing of WeakRef objects
Linus Groh
2022-07-01
js: Implement pretty-printing of WeakSet objects
Linus Groh
2022-07-01
js: Implement pretty-printing of WeakMap objects
Linus Groh
2022-07-01
js: Fix pretty-printing of primitive wrapper objects
Linus Groh
2022-07-01
js: Prefix global variables with 'g_'
Linus Groh
2022-07-01
js: Fix a couple of const correctness issues
Linus Groh
2022-07-01
js: Move static_cast responsibility out of the pretty-print functions
Linus Groh
2022-07-01
js: Implement pretty-printing of Intl.DurationFormat
Idan Horowitz
2022-06-06
js: Add a loadINI() function for loading INI files :^)
Linus Groh
2022-06-03
js: Create throw completions instead of raw error values on SyntaxError
Idan Horowitz
2022-05-07
LibJS: Convert Console to use MarkedVector<Value>
Luke Wilde
2022-05-05
js: Print different type for each kind of ECMAScript function object
Linus Groh
2022-05-05
js: Implement pretty-printing of generator objects
Linus Groh
2022-04-05
js: Print the accumulator instead of the returned value in BC mode
Ali Mohammad Pur
2022-04-05
js: Convert non-UTF-8 encoded files to UTF-8 before parsing
Timothy Flynn
[next]