summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/Exception.cpp
AgeCommit message (Expand)Author
2020-09-27LibJS: Move most of Interpreter into VMAndreas Kling
2020-09-08LibJS: Eliminate some (unnecessary) Vector copiesAnotherTest
2020-06-02LibJS: Store basic traceback in ExceptionLinus Groh
2020-03-24LibJS: Implement "throw"Andreas Kling