Files
ladybird/Userland/Libraries/LibJS/Runtime/ECMAScriptFunctionObject.h
Aliaksandr Kalenik f29ac8517e LibJS: Skip ordinary_call_bind_this() when possible
If during parsing it was found that function won't use `this` then
there is no need to initialise `this_value` during call.
2024-05-23 09:53:31 +02:00

9.1 KiB