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

Unified Diff: sdk/lib/_internal/lib/js_mirrors.dart

Issue 140803002: Perform override and inheritance checks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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
Index: sdk/lib/_internal/lib/js_mirrors.dart
diff --git a/sdk/lib/_internal/lib/js_mirrors.dart b/sdk/lib/_internal/lib/js_mirrors.dart
index 4740db90e2ebbb0308c9a96bcd8ee05137c79b54..0fffd461c1bb14bd3a80b7cebc2d0a72f9a4c9e1 100644
--- a/sdk/lib/_internal/lib/js_mirrors.dart
+++ b/sdk/lib/_internal/lib/js_mirrors.dart
@@ -1904,7 +1904,7 @@ function(reflectee) {
String get source => throw new UnimplementedError();
// TODO(ahe): Implement this method.
- InstanceMirror findInContext(Symbol name) {
+ InstanceMirror findInContext(Symbol name, {ifAbsent: null}) {
throw new UnsupportedError("ClosureMirror.findInContext not yet supported");
}

Powered by Google App Engine
This is Rietveld 408576698