summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/VM.h
AgeCommit message (Expand)Author
2021-06-21LibJS: Add VM::dump_scope_chain()Andreas Kling
2021-06-15LibJS: Add the FinalizationRegistry built-in objectIdan Horowitz
2021-06-15LibJS: Implement the IteratorClose abstract op and use it where neededIdan Horowitz
2021-06-12LibJS: Store and maintain an "execution generation" counterIdan Horowitz
2021-06-10LibJS: Remove GlobalObject& argument from VM::construct()Andreas Kling
2021-06-10LibJS: Let the bytecode interpreter set the VM's last valueGunnar Beutner
2021-06-08LibJS: Support deleting local variables with operator deleteIdan Horowitz
2021-06-07LibJS: Add VM::dump_backtrace()Andreas Kling
2021-06-06LibJS: Pass unwinding target labels a bit more efficientlyAndreas Kling
2021-05-29LibJS: Implement destructuring assignments and function parametersAli Mohammad Pur
2021-05-17LibJS: Increase free stack space required for function calls to 32 kiBLinus Groh
2021-05-17LibJS: Default-initialize the current_node pointer member in CallFrameAli Mohammad Pur
2021-04-24LibJS+LibWeb: Move exception logging and remove should_log_exceptionsLinus Groh
2021-04-24LibJS: Add VM::on_call_stack_emptied callbackLinus Groh
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18LibJS: Implement console.assert()Linus Groh
2021-04-13LibJS: Unset m_unwind_until_label in stop_unwind()Linus Groh
2021-04-13LibJS: Add set_exception() and change throw_exception() to take a referenceLinus Groh
2021-04-12LibJS: Make Errors fully spec compliantLinus Groh
2021-04-02LibJS: Add initial support for PromisesLinus Groh
2021-03-21LibJS: Always inline Cell::vm() and Cell::heap()Andreas Kling
2021-03-21LibJS: Move AST node stack from VM to InterpreterAndreas Kling
2021-03-15LibJS: Add arguments.callee to our hack arguments objectAndreas Kling
2021-03-01LibJS: Fix crash due to AST node tracking inside call stackJean-Baptiste Boric
2021-03-01LibJS: Keep track of current AST node inside the call stackJean-Baptiste Boric
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling