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

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

Issue 182603003: Add TypeVariableMirror.isStatic to the API and dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 a06b0c428af5e894d6e65ffedd9434833be31cd7..daf2f692a1c0bf6869dd4d7169b6af0ba922ee23 100644
--- a/sdk/lib/_internal/lib/js_mirrors.dart
+++ b/sdk/lib/_internal/lib/js_mirrors.dart
@@ -220,6 +220,7 @@ class JsTypeVariableMirror extends JsTypeMirror implements TypeVariableMirror {
String get _prettyName => 'TypeVariableMirror';
bool get isTopLevel => false;
+ bool get isStatic => false;
TypeMirror get upperBound {
if (_cachedUpperBound != null) return _cachedUpperBound;
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/mirrors/dart2js_type_mirrors.dart ('k') | sdk/lib/mirrors/mirrors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698