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

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

Issue 2076713002: Move type tagging logic out of setSignature (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Move type tagging logic out of setSignature Created 4 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
Index: tool/input_sdk/private/ddc_runtime/classes.dart
diff --git a/tool/input_sdk/private/ddc_runtime/classes.dart b/tool/input_sdk/private/ddc_runtime/classes.dart
index 6c63f76621895eae493cfc79cb372b52f84c2af8..8a7acb7717da4efd0c787ac4d20bd795c8a60531 100644
--- a/tool/input_sdk/private/ddc_runtime/classes.dart
+++ b/tool/input_sdk/private/ddc_runtime/classes.dart
@@ -251,7 +251,6 @@ setSignature(f, signature) => JS('', '''(() => {
$_setMethodSignature($f, methods);
$_setStaticSignature($f, statics);
$_setStaticTypes($f, names);
- $tagLazy($f, () => $Type);
})()''');
hasMethod(obj, name) => JS('', '$getMethodType($obj, $name) !== void 0');
« test/codegen/language/runtime_type_test.dart ('K') | « test/codegen/language/runtime_type_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698