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

Unified Diff: tool/input_sdk/private/ddc_runtime/rtti.dart

Issue 1920743003: small cleanup in dart:_runtime (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 8 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 | « test/codegen/expect/language-all.js ('k') | tool/input_sdk/private/ddc_runtime/types.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/input_sdk/private/ddc_runtime/rtti.dart
diff --git a/tool/input_sdk/private/ddc_runtime/rtti.dart b/tool/input_sdk/private/ddc_runtime/rtti.dart
index bff78606e7c020cb104088b5f0ffd57fa22dd652..834b3a00a720ebed564b81e1944489c81c6d80ea 100644
--- a/tool/input_sdk/private/ddc_runtime/rtti.dart
+++ b/tool/input_sdk/private/ddc_runtime/rtti.dart
@@ -145,9 +145,6 @@ _nonPrimitiveRuntimeType(obj) => JS('', '''(() => {
return result;
})()''');
-LazyTagged(infoFn) =>
- JS('', 'class _Tagged { get [#]() {return #();} }', _runtimeType, infoFn);
-
read(value) => JS('', '#[#]', value, _runtimeType);
/// Tag the runtime type of [value] to be type [t].
« no previous file with comments | « test/codegen/expect/language-all.js ('k') | tool/input_sdk/private/ddc_runtime/types.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698