1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:17:35 +00:00

LibJS: Add arguments.callee to our hack arguments object

arguments.callee refers to the currently executing function.
This commit is contained in:
Andreas Kling 2021-03-14 16:41:00 +01:00
parent 093331df06
commit 8062fc711c
3 changed files with 5 additions and 0 deletions

View file

@ -75,6 +75,7 @@ namespace JS {
P(bind) \
P(byteLength) \
P(call) \
P(callee) \
P(cbrt) \
P(ceil) \
P(charAt) \