Home | History | Annotate | Download | only in src

Lines Matching full:args

145   static Handle<Value> Print(const Arguments& args);
146 static Handle<Value> Write(const Arguments& args);
147 static Handle<Value> Yield(const Arguments& args);
148 static Handle<Value> Quit(const Arguments& args);
149 static Handle<Value> Version(const Arguments& args);
150 static Handle<Value> Read(const Arguments& args);
151 static Handle<Value> ReadLine(const Arguments& args);
152 static Handle<Value> Load(const Arguments& args);
179 static Handle<Value> OSObject(const Arguments& args);
180 static Handle<Value> System(const Arguments& args);
181 static Handle<Value> ChangeDirectory(const Arguments& args);
182 static Handle<Value> SetEnvironment(const Arguments& args);
183 static Handle<Value> UnsetEnvironment(const Arguments& args);
184 static Handle<Value> SetUMask(const Arguments& args);
185 static Handle<Value> MakeDirectory(const Arguments& args);
186 static Handle<Value> RemoveDirectory(const Arguments& args);