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

Unified Diff: src/shared/names.h

Issue 1209033003: Work in progres, please take a look and give early feedback if this is the way we want to structure… (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: address comments Created 5 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
« no previous file with comments | « samples/todomvc/dart/todomvc_service.dart ('k') | src/shared/natives.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/names.h
diff --git a/src/shared/names.h b/src/shared/names.h
index 5b627eca9156e9ac09e0c9128dbd4f7758cf9b11..05cf57d941d399dc5e45bc94da18e3236124b13f 100644
--- a/src/shared/names.h
+++ b/src/shared/names.h
@@ -21,7 +21,8 @@ namespace fletch {
N(Num, "num") \
N(Coroutine, "Coroutine") \
N(Port, "Port") \
- N(Foreign, "Foreign") \
+ N(ForeignMemory, "ForeignMemory") \
+ N(ForeignFunction, "ForeignFunction") \
N(String, "_StringImpl") \
\
N(Equals, "==") \
« no previous file with comments | « samples/todomvc/dart/todomvc_service.dart ('k') | src/shared/natives.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698