Index: /trunk/FACT++/src/InterpreterV8.cc
===================================================================
--- /trunk/FACT++/src/InterpreterV8.cc	(revision 14087)
+++ /trunk/FACT++/src/InterpreterV8.cc	(revision 14088)
@@ -313,6 +313,6 @@
     for (auto it=map.begin(); it!=map.end(); it++)
         args->Set(String::New(it->first.c_str()), String::New(it->second.c_str()));
-    context->Global()->Set(String::New("$"),   args);
-    context->Global()->Set(String::New("arg"), args);
+    context->Global()->Set(String::New("$"),   args, ReadOnly);
+    context->Global()->Set(String::New("arg"), args, ReadOnly);
 
     JsStart(filename);
