v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
ExecArgs () | |
bool | Init (Isolate *isolate, Handle< Value > arg0, Handle< Array > command_args) |
~ExecArgs () | |
char ** | arg_array () |
char * | arg0 () |
Static Public Attributes | |
static const unsigned | kMaxArgs = 1000 |
Definition at line 186 of file d8-posix.cc.
|
inline |
Definition at line 188 of file d8-posix.cc.
References NULL.
|
inline |
Definition at line 222 of file d8-posix.cc.
References ExecArgs::kMaxArgs, and NULL.
|
inline |
Definition at line 233 of file d8-posix.cc.
|
inline |
Definition at line 232 of file d8-posix.cc.
Definition at line 191 of file d8-posix.cc.
References String::Utf8Value::length(), message, Integer::New(), String::NewFromUtf8(), NULL, and Isolate::ThrowException().
Referenced by Shell::System().
|
static |
Definition at line 231 of file d8-posix.cc.
Referenced by Shell::System(), and ExecArgs::~ExecArgs().