v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <d8.h>
Public Member Functions | |
ShellOptions () | |
~ShellOptions () | |
Data Fields | |
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 |
bool | dump_heap_constants |
bool | expected_to_throw |
bool | mock_arraybuffer_allocator |
int | num_isolates |
SourceGroup * | isolate_sources |
const char * | icu_data_file |
|
inline |
|
inline |
Definition at line 239 of file d8.h.
References ShellOptions::isolate_sources, and ShellOptions::parallel_files.
SourceGroup* isolate_sources |
Definition at line 261 of file d8.h.
Referenced by ShellOptions::~ShellOptions().
char** parallel_files |
Definition at line 248 of file d8.h.
Referenced by ShellOptions::~ShellOptions().
bool script_executed |
Definition at line 250 of file d8.h.
Referenced by Shell::ExecuteString().
bool test_shell |
Definition at line 256 of file d8.h.
Referenced by Shell::ExecuteString().