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

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

Issue 2754013002: Format all dart: library files (Closed)
Patch Set: Format all dart: library files Created 3 years, 9 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 | « sdk/lib/_internal/js_runtime/lib/js_helper.dart ('k') | sdk/lib/_internal/js_runtime/lib/js_names.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/js_runtime/lib/js_mirrors.dart
diff --git a/sdk/lib/_internal/js_runtime/lib/js_mirrors.dart b/sdk/lib/_internal/js_runtime/lib/js_mirrors.dart
index 6fd81c020881cbfd22ce4be10817e6dfeee6aeec..f536e55ad4a04c20840e1e86d9a0c6bf5fb04ad2 100644
--- a/sdk/lib/_internal/js_runtime/lib/js_mirrors.dart
+++ b/sdk/lib/_internal/js_runtime/lib/js_mirrors.dart
@@ -2758,8 +2758,8 @@ class JsFunctionTypeMirror extends BrokenClassMirror
}
bool get hasReflectedType => true;
- Type get reflectedType => _cachedReflectedType
- ??= createRuntimeType(runtimeTypeToString(_typeData));
+ Type get reflectedType => _cachedReflectedType ??=
+ createRuntimeType(runtimeTypeToString(_typeData));
String _unmangleIfPreserved(String mangled) {
String result = unmangleGlobalNameIfPreservedAnyways(mangled);
« no previous file with comments | « sdk/lib/_internal/js_runtime/lib/js_helper.dart ('k') | sdk/lib/_internal/js_runtime/lib/js_names.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698