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
/
Libraries
/
LibJS
/
Runtime
/
VM.h
Age
Commit message (
Expand
)
Author
2021-06-21
LibJS: Add VM::dump_scope_chain()
Andreas Kling
2021-06-15
LibJS: Add the FinalizationRegistry built-in object
Idan Horowitz
2021-06-15
LibJS: Implement the IteratorClose abstract op and use it where needed
Idan Horowitz
2021-06-12
LibJS: Store and maintain an "execution generation" counter
Idan Horowitz
2021-06-10
LibJS: Remove GlobalObject& argument from VM::construct()
Andreas Kling
2021-06-10
LibJS: Let the bytecode interpreter set the VM's last value
Gunnar Beutner
2021-06-08
LibJS: Support deleting local variables with operator delete
Idan Horowitz
2021-06-07
LibJS: Add VM::dump_backtrace()
Andreas Kling
2021-06-06
LibJS: Pass unwinding target labels a bit more efficiently
Andreas Kling
2021-05-29
LibJS: Implement destructuring assignments and function parameters
Ali Mohammad Pur
2021-05-17
LibJS: Increase free stack space required for function calls to 32 kiB
Linus Groh
2021-05-17
LibJS: Default-initialize the current_node pointer member in CallFrame
Ali Mohammad Pur
2021-04-24
LibJS+LibWeb: Move exception logging and remove should_log_exceptions
Linus Groh
2021-04-24
LibJS: Add VM::on_call_stack_emptied callback
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-13
LibJS: Unset m_unwind_until_label in stop_unwind()
Linus Groh
2021-04-13
LibJS: Add set_exception() and change throw_exception() to take a reference
Linus Groh
2021-04-12
LibJS: Make Errors fully spec compliant
Linus Groh
2021-04-02
LibJS: Add initial support for Promises
Linus Groh
2021-03-21
LibJS: Always inline Cell::vm() and Cell::heap()
Andreas Kling
2021-03-21
LibJS: Move AST node stack from VM to Interpreter
Andreas Kling
2021-03-15
LibJS: Add arguments.callee to our hack arguments object
Andreas Kling
2021-03-01
LibJS: Fix crash due to AST node tracking inside call stack
Jean-Baptiste Boric
2021-03-01
LibJS: Keep track of current AST node inside the call stack
Jean-Baptiste Boric
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling