v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::ExecArgs Class Reference
Collaboration diagram for v8::ExecArgs:

Public Member Functions

 ExecArgs ()
 
bool Init (Isolate *isolate, Local< Value > arg0, Local< Array > command_args)
 
 ~ExecArgs ()
 
char *const * arg_array () const
 
const char * arg0 () const
 

Static Public Attributes

static const unsigned kMaxArgs = 1000
 

Private Attributes

char * exec_args_ [kMaxArgs+1]
 

Detailed Description

Definition at line 161 of file d8-posix.cc.

Constructor & Destructor Documentation

◆ ExecArgs()

v8::ExecArgs::ExecArgs ( )
inline

Definition at line 163 of file d8-posix.cc.

◆ ~ExecArgs()

v8::ExecArgs::~ExecArgs ( )
inline

Definition at line 198 of file d8-posix.cc.

Member Function Documentation

◆ arg0()

const char * v8::ExecArgs::arg0 ( ) const
inline

Definition at line 209 of file d8-posix.cc.

Here is the caller graph for this function:

◆ arg_array()

char *const * v8::ExecArgs::arg_array ( ) const
inline

Definition at line 208 of file d8-posix.cc.

Here is the caller graph for this function:

◆ Init()

bool v8::ExecArgs::Init ( Isolate * isolate,
Local< Value > arg0,
Local< Array > command_args )
inline

Definition at line 164 of file d8-posix.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ exec_args_

char* v8::ExecArgs::exec_args_[kMaxArgs+1]
private

Definition at line 212 of file d8-posix.cc.

◆ kMaxArgs

const unsigned v8::ExecArgs::kMaxArgs = 1000
static

Definition at line 207 of file d8-posix.cc.


The documentation for this class was generated from the following file: