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

Unified Diff: src/vm/program.cc

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/program.h ('k') | src/vm/program_folder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/program.cc
diff --git a/src/vm/program.cc b/src/vm/program.cc
index daa29a9051de40c2533d09eb823bc2daabd3b63e..4b8e5a02fa233ebf94d4f7f2fb30a0201b6d72cc 100644
--- a/src/vm/program.cc
+++ b/src/vm/program.cc
@@ -24,7 +24,7 @@
#include "src/vm/process.h"
#include "src/vm/session.h"
-namespace fletch {
+namespace dartino {
static List<const char> StringFromCharZ(const char* str) {
return List<const char>(str, strlen(str));
@@ -197,7 +197,7 @@ Object* Program::CreateClass(int fields) {
return klass;
}
-Object* Program::CreateDouble(fletch_double value) {
+Object* Program::CreateDouble(dartino_double value) {
return heap()->CreateDouble(double_class(), value);
}
@@ -1174,4 +1174,4 @@ LookupCache* Program::EnsureCache() {
}
-} // namespace fletch
+} // namespace dartino
« no previous file with comments | « src/vm/program.h ('k') | src/vm/program_folder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698