v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include <d8.h>
Public Member Functions | |
ShellOptions () | |
~ShellOptions () | |
Data Fields | |
bool | use_preemption |
int | preemption_interval |
int | num_parallel_files |
char ** | parallel_files |
bool | script_executed |
bool | last_run |
bool | send_idle_notification |
bool | stress_opt |
bool | stress_deopt |
bool | interactive_shell |
bool | test_shell |
int | num_isolates |
SourceGroup * | isolate_sources |
|
inline |
|
inline |
Definition at line 238 of file d8.h.
References ShellOptions::isolate_sources, and ShellOptions::parallel_files.
bool interactive_shell |
Definition at line 256 of file d8.h.
Referenced by Shell::Main().
SourceGroup* isolate_sources |
Definition at line 259 of file d8.h.
Referenced by Shell::RunMain(), and ShellOptions::~ShellOptions().
bool last_run |
Definition at line 252 of file d8.h.
Referenced by Shell::Main(), and Shell::RunMain().
int num_isolates |
Definition at line 258 of file d8.h.
Referenced by Shell::RunMain().
int num_parallel_files |
Definition at line 248 of file d8.h.
Referenced by Shell::RunMain().
char** parallel_files |
Definition at line 249 of file d8.h.
Referenced by Shell::RunMain(), and ShellOptions::~ShellOptions().
int preemption_interval |
Definition at line 247 of file d8.h.
Referenced by Shell::RunMain().
bool script_executed |
Definition at line 251 of file d8.h.
Referenced by Shell::ExecuteString(), and Shell::Main().
bool send_idle_notification |
Definition at line 253 of file d8.h.
Referenced by Shell::RunMain().
bool stress_deopt |
Definition at line 255 of file d8.h.
Referenced by Shell::Main().
bool stress_opt |
Definition at line 254 of file d8.h.
Referenced by Shell::Main().
bool test_shell |
Definition at line 257 of file d8.h.
Referenced by Shell::Main().
bool use_preemption |
Definition at line 246 of file d8.h.
Referenced by Shell::RunMain().