You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MERGE #5703@sigatrev] fix CallInstanceFunction with non-RecycableObject thisArgs
Merge pull request #5703 from sigatrev:fixCallInstanceFunction
The conditions checked in the beginning of this function were originally setup for more limited use cases. Since it is now used to call user callbacks with a user-provided thisArg, we need to allow any arguments to be passed as thisArg.
0 commit comments