summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Exception.cpp
AgeCommit message (Expand)Author
2021-06-24LibJS: Rename CallFrame => ExecutionContextAndreas Kling
2021-06-03LibJS: Optimize insertion order in the Exception constructorGunnar Beutner
2021-04-25LibJS: Don't assume call_frame->current_node in Exception constructorLinus Groh
2021-04-24LibJS: Use linusg@serenityos.org for my new copyright headers, tooLinus Groh
2021-04-24LibJS: Consolidate exception function names and source rangesLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-21LibJS: Don't track executing AST nodes in a VectorAndreas Kling
2021-03-21LibJS: Move AST node stack from VM to InterpreterAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling