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

Unified Diff: runtime/bin/io_natives.h

Issue 227433004: Add runtime and native entry tags (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
Index: runtime/bin/io_natives.h
diff --git a/runtime/bin/io_natives.h b/runtime/bin/io_natives.h
index 7039234afc63b0fdc83c8b3e91607cac0e54a4af..2c5c3a80b7e6cf2148c57199bebf72af723ef599 100644
--- a/runtime/bin/io_natives.h
+++ b/runtime/bin/io_natives.h
@@ -15,6 +15,8 @@ Dart_NativeFunction IONativeLookup(Dart_Handle name,
int argument_count,
bool* auto_setup_scope);
+const char* IONativeReverseLookup(Dart_NativeFunction nf);
+
} // namespace bin
} // namespace dart

Powered by Google App Engine
This is Rietveld 408576698