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

Unified Diff: runtime/bin/builtin.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
« no previous file with comments | « no previous file | runtime/bin/builtin.cc » ('j') | runtime/include/dart_api.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/builtin.h
diff --git a/runtime/bin/builtin.h b/runtime/bin/builtin.h
index a4d8a13dc54408a216fa49d5ab1cee99b863f268..674839cf9052128b6875b6dbfa8b6109e36d5764 100644
--- a/runtime/bin/builtin.h
+++ b/runtime/bin/builtin.h
@@ -57,6 +57,8 @@ class Builtin {
int argument_count,
bool* auto_setup_scope);
+ static const char* NativeReverseLookup(Dart_NativeFunction nf);
siva 2014/04/08 16:27:54 Instead of NativeReverseLookup I would call it Nat
Cutch 2014/04/09 17:40:59 Done.
+
static const char* builtin_source_paths_[];
static const char* io_source_paths_[];
static const char* io_patch_paths_[];
« no previous file with comments | « no previous file | runtime/bin/builtin.cc » ('j') | runtime/include/dart_api.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698