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

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: indentation 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
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, "==") \

Powered by Google App Engine
This is Rietveld 408576698