Lines Matching refs:Arguments
140 static Handle<Value> Print(const Arguments& args);
141 static Handle<Value> Write(const Arguments& args);
142 static Handle<Value> Yield(const Arguments& args);
143 static Handle<Value> Quit(const Arguments& args);
144 static Handle<Value> Version(const Arguments& args);
145 static Handle<Value> Read(const Arguments& args);
146 static Handle<Value> ReadLine(const Arguments& args);
147 static Handle<Value> Load(const Arguments& args);
152 // run the command, passing the arguments to the program. The standard output
174 static Handle<Value> OSObject(const Arguments& args);
175 static Handle<Value> System(const Arguments& args);
176 static Handle<Value> ChangeDirectory(const Arguments& args);
177 static Handle<Value> SetEnvironment(const Arguments& args);
178 static Handle<Value> SetUMask(const Arguments& args);
179 static Handle<Value> MakeDirectory(const Arguments& args);
180 static Handle<Value> RemoveDirectory(const Arguments& args);