Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Unified Diff: runtime/lib/errors_patch.dart

Issue 2927613002: Improve NSM handling. (Closed)
Patch Set: Address review comments. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/kernel/lib/transformations/mixin_full_resolution.dart ('k') | runtime/lib/invocation_mirror_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/errors_patch.dart
diff --git a/runtime/lib/errors_patch.dart b/runtime/lib/errors_patch.dart
index 596df086c2918d8d393b9248f8223ac95acd63bd..d4bf0e78f6fe8fce555d82eff0bb409c3f87159d 100644
--- a/runtime/lib/errors_patch.dart
+++ b/runtime/lib/errors_patch.dart
@@ -234,6 +234,10 @@ class NoSuchMethodError {
// This constructor seems to be called with either strings or
// values read from another NoSuchMethodError.
+ //
+ // NOTE: When making changes to this constructor, please also update
+ // `VmTarget.instantiateNoSuchMethodError` in
+ // `pkg/kernel/lib/target/vm.dart`.
NoSuchMethodError._withType(
this._receiver,
/*String|Symbol*/ memberName,
« no previous file with comments | « pkg/kernel/lib/transformations/mixin_full_resolution.dart ('k') | runtime/lib/invocation_mirror_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698