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

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

Issue 2260223002: Add SSA instructions for reified type information (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: reformat Created 4 years, 4 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 | « pkg/compiler/lib/src/universe/call_structure.dart ('k') | tests/compiler/dart2js/mock_libraries.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_rti.dart
diff --git a/sdk/lib/_internal/js_runtime/lib/js_rti.dart b/sdk/lib/_internal/js_runtime/lib/js_rti.dart
index 65ae2576c9ee0b882bfd868eeb21c4371b3ebbf0..3ec79b8954b00709301dd46b2755bded6e17f0ef 100644
--- a/sdk/lib/_internal/js_runtime/lib/js_rti.dart
+++ b/sdk/lib/_internal/js_runtime/lib/js_rti.dart
@@ -134,10 +134,6 @@ getTypeArgumentByIndex(Object target, int index) {
return rti == null ? null : getIndex(rti, index);
}
-void copyTypeArguments(Object source, Object target) {
- JS('var', r'#.$builtinTypeInfo = #.$builtinTypeInfo', target, source);
-}
-
/**
* Retrieves the class name from type information stored on the constructor
* of [object].
« no previous file with comments | « pkg/compiler/lib/src/universe/call_structure.dart ('k') | tests/compiler/dart2js/mock_libraries.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698