Home | History | Annotate | Download | only in src

Lines Matching refs:Arguments

302   static Handle<Value> Print(const Arguments& args);
303 static Handle<Value> Write(const Arguments& args);
304 static Handle<Value> Yield(const Arguments& args);
305 static Handle<Value> Quit(const Arguments& args);
306 static Handle<Value> Version(const Arguments& args);
307 static Handle<Value> EnableProfiler(const Arguments& args);
308 static Handle<Value> DisableProfiler(const Arguments& args);
309 static Handle<Value> Read(const Arguments& args);
310 static Handle<Value> ReadBinary(const Arguments& args);
312 static Handle<Value> ReadLine(const Arguments& args) {
315 static Handle<Value> Load(const Arguments& args);
316 static Handle<Value> ArrayBuffer(const Arguments& args);
317 static Handle<Value> Int8Array(const Arguments& args);
318 static Handle<Value> Uint8Array(const Arguments& args);
319 static Handle<Value> Int16Array(const Arguments& args);
320 static Handle<Value> Uint16Array(const Arguments& args);
321 static Handle<Value> Int32Array(const Arguments& args);
322 static Handle<Value> Uint32Array(const Arguments& args);
323 static Handle<Value> Float32Array(const Arguments& args);
324 static Handle<Value> Float64Array(const Arguments& args);
325 static Handle<Value> PixelArray(const Arguments& args);
330 // run the command, passing the arguments to the program. The standard output
352 static Handle<Value> OSObject(const Arguments& args);
353 static Handle<Value> System(const Arguments& args);
354 static Handle<Value> ChangeDirectory(const Arguments& args);
355 static Handle<Value> SetEnvironment(const Arguments& args);
356 static Handle<Value> UnsetEnvironment(const Arguments& args);
357 static Handle<Value> SetUMask(const Arguments& args);
358 static Handle<Value> MakeDirectory(const Arguments& args);
359 static Handle<Value> RemoveDirectory(const Arguments& args);
386 static Handle<Value> CreateExternalArray(const Arguments& args,