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

Unified Diff: runtime/bin/nativewrappers.dart

Issue 2434123003: Merge more Kernel infrastructure from kernel_sdk SDK fork. (Closed)
Patch Set: address more comments Created 4 years, 2 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: runtime/bin/nativewrappers.dart
diff --git a/runtime/bin/nativewrappers.dart b/runtime/bin/nativewrappers.dart
new file mode 100644
index 0000000000000000000000000000000000000000..7ed73b94d3ca022a98313c5f403adeffc317594d
--- /dev/null
+++ b/runtime/bin/nativewrappers.dart
@@ -0,0 +1,13 @@
+// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
+// This library is only used by the Kernel frontend.
+// VM creates these classes in Library::InitNativeWrappersLibrary.
+
+library dart.nativewrappers;
+
+class NativeFieldWrapperClass1 extends Object {}
+class NativeFieldWrapperClass2 extends Object {}
+class NativeFieldWrapperClass3 extends Object {}
+class NativeFieldWrapperClass4 extends Object {}

Powered by Google App Engine
This is Rietveld 408576698