Files
ladybird/Userland/Libraries/LibJS/Runtime/VM.cpp
Andreas Kling 6215a9c2cb LibJS: Rename ExecutionContext::callee => function
This matches what ECMAScript calls it. Also make it a JS::Function*
instead of a generic Value, since it will always either be a function
object or null.
2021-06-24 19:28:00 +02:00

22 KiB