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
2021-06-15
LibJS: Add a basic pass manager and add some basic passes
Ali Mohammad Pur
2021-06-14
LibJS: Add the DataView built-in object
Idan Horowitz
2021-06-13
LibJS: Make StringOrSymbol always be FlyString in the string case
Andreas Kling
2021-06-13
LibJS: Add the Map built-in object
Idan Horowitz
2021-06-10
LibJS: Show the VM's last value after executing bytecode programs
Gunnar Beutner
2021-06-10
LibJS: Don't generate bytecode after we've encountered a parser error
Gunnar Beutner
2021-06-09
LibJS: Store strings in a string table
Gunnar Beutner
2021-06-09
LibJS: Add the Set built-in object
Idan Horowitz
2021-06-09
LibJS: Generate bytecode in basic blocks instead of one big block
Ali Mohammad Pur
2021-06-08
LibJS: Handle Proxy with Array target in IsArray() abstract operation
Linus Groh
2021-06-07
js: Exit the program after dumping and/or running bytecode
Andreas Kling
2021-06-07
LibJS: Start fleshing out a bytecode for the JavaScript engine :^)
Andreas Kling
2021-05-26
js: Consolidate and re-implement the load() function
Linus Groh
2021-05-26
js: Use default constructor and destructor for global objects
Linus Groh
2021-05-26
js: Define load() in global object for scripts
Marcin Gasperowicz
2021-05-21
js: Don't print newline for empty ArrayBuffer
Linus Groh
2021-05-17
Utilities: Correct non-standard assert macros includes
Jean-Baptiste Boric
2021-05-16
AK+Userland: Fix some compiler warnings and make variables const-ref
Gunnar Beutner
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-24
LibJS: Consolidate exception function names and source ranges
Linus Groh
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
LibJS: Implement console.assert()
Linus Groh
2021-04-12
LibJS: Make Errors fully spec compliant
Linus Groh
2021-04-02
js: Hook up promise rejection tracking callbacks
Linus Groh
2021-04-02
js: Add REPL pretty-printing handler for Promises
Linus Groh
2021-03-18
js: Don't print last value after exception and return non-success
Linus Groh
2021-03-18
js: Replace TypedArray class_name() string compare with is<T>()
Linus Groh
2021-03-17
LibJS: Rename GlobalObject::initialize() => initialize_global_object()
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-29
js: Handle exceptions thrown during value printing
Andreas Kling
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling