summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/VM.cpp
AgeCommit message (Expand)Author
2021-04-03LibJS: Log any exception, not just the ones with a JS::Error valueLinus Groh
2021-04-02LibJS: Add initial support for PromisesLinus Groh
2021-03-26LibJS: VERIFY(!this_value.is_empty()) in VM::call_internal()Linus Groh
2021-03-21LibJS: Move AST node stack from VM to InterpreterAndreas Kling
2021-03-17LibJS: Always synthesize "arguments" object when there's a calleeAndreas Kling
2021-03-16LibJS: Don't apply arguments object hack to global execution contextLinus Groh
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