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 #5582 @irinayat-MS] Replace literal nullptr with null var object in JavascriptStackWalker::GetThis
Merge pull request #5582 from irinayat-MS:nullThis
Fixes part of OS#18397663. We might get nullptr for "this" argument from DocumentContextBridge::_CreateBrowserObject and possibly in other cases. We now translate nullptr into a proper JS null object.
Also removed semantically unclear return bool (nobody was checking it anyway).
0 commit comments