Files
ladybird/Userland/Libraries/LibJS
Andreas Kling 9e6d0dd879 LibJS: Always synthesize "arguments" object when there's a callee
Instead of counting the number of call frames on the VM stack, we now
always fake the "arguments" object when the current call frame has
a callee value.

This fixes an issue with DOM event handlers in LibWeb not being able
to access "arguments" since they were called without an outer frame.
2021-03-17 21:54:52 +01:00
..
2021-03-11 12:32:53 +01:00
2021-02-23 20:56:54 +01:00