-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1.10>master] [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).
- Loading branch information
Showing
2 changed files
with
24 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters