summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Object.cpp
AgeCommit message (Expand)Author
2021-03-21LibJS: Move AST node stack from VM to InterpreterAndreas Kling
2021-03-16LibJS: Only set receiver value fallback once in Object::get()Linus Groh
2021-03-14LibJS: Add the same Object::invoke() overloads as VM::call()Linus Groh
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-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling