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

Unified Diff: src/vm/program.h

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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 | « src/vm/process_queue.h ('k') | src/vm/program.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/program.h
diff --git a/src/vm/program.h b/src/vm/program.h
index a4b6228f95b240679f5581be499716e1737719fa..be7c714f6e373ac5a927951d2f8e5e4de55ce921 100644
--- a/src/vm/program.h
+++ b/src/vm/program.h
@@ -12,7 +12,7 @@
#include "src/vm/links.h"
#include "src/vm/program_folder.h"
-namespace fletch {
+namespace dartino {
typedef void (*ProgramExitListener)(Program*, int exitcode, void* data);
@@ -244,7 +244,7 @@ class Program {
Object* CreateArrayWith(int capacity, Object* initial_value);
Object* CreateByteArray(int capacity);
Object* CreateClass(int fields);
- Object* CreateDouble(fletch_double value);
+ Object* CreateDouble(dartino_double value);
Object* CreateFunction(int arity, List<uint8> bytes, int number_of_literals);
Object* CreateInteger(int64 value);
Object* CreateLargeInteger(int64 value);
@@ -375,6 +375,6 @@ class Program {
LookupCache* cache_;
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_PROGRAM_H_
« no previous file with comments | « src/vm/process_queue.h ('k') | src/vm/program.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698