-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #33876, only use Object method null helpers if signature matches
toString and noSuchMethod are dispatched in a way that allows `null` to be correctly handled. This code path was not checking if the argument signature was compatible with the Object methods. Change-Id: I25b5f11c32961b529660e2d49916053e1fab11df Reviewed-on: https://dart-review.googlesource.com/65282 Commit-Queue: Jenny Messerly <[email protected]> Reviewed-by: Bob Nystrom <[email protected]>
- Loading branch information
1 parent
b4824b0
commit 44933e1
Showing
2 changed files
with
36 additions
and
25 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