v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ShellOptions Class Reference

#include <d8.h>

Collaboration diagram for ShellOptions:

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
 
SourceGroupisolate_sources
 
const char * icu_data_file
 

Detailed Description

Definition at line 218 of file d8.h.

Constructor & Destructor Documentation

ShellOptions ( )
inline

Definition at line 220 of file d8.h.

~ShellOptions ( )
inline

Definition at line 239 of file d8.h.

References ShellOptions::isolate_sources, and ShellOptions::parallel_files.

Field Documentation

bool dump_heap_constants

Definition at line 257 of file d8.h.

bool expected_to_throw

Definition at line 258 of file d8.h.

const char* icu_data_file

Definition at line 262 of file d8.h.

bool interactive_shell

Definition at line 255 of file d8.h.

SourceGroup* isolate_sources

Definition at line 261 of file d8.h.

Referenced by ShellOptions::~ShellOptions().

bool last_run

Definition at line 251 of file d8.h.

bool mock_arraybuffer_allocator

Definition at line 259 of file d8.h.

int num_isolates

Definition at line 260 of file d8.h.

int num_parallel_files

Definition at line 247 of file d8.h.

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 send_idle_notification

Definition at line 252 of file d8.h.

bool stress_deopt

Definition at line 254 of file d8.h.

bool stress_opt

Definition at line 253 of file d8.h.

bool test_shell

Definition at line 256 of file d8.h.

Referenced by Shell::ExecuteString().


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