V8 Project
|
#include <d8.h>
Public Member Functions | |
ShellOptions () | |
~ShellOptions () | |
bool | use_interactive_shell () |
Public Attributes | |
bool | script_executed |
bool | last_run |
bool | send_idle_notification |
bool | invoke_weak_callbacks |
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 |
v8::ScriptCompiler::CompileOptions | compile_options |
SourceGroup * | isolate_sources |
const char * | icu_data_file |
const char * | natives_blob |
const char * | snapshot_blob |
|
inline |
Definition at line 198 of file d8.h.
|
inline |
Definition at line 217 of file d8.h.
References isolate_sources.
|
inline |
Definition at line 221 of file d8.h.
References interactive_shell, script_executed, and test_shell.
v8::ScriptCompiler::CompileOptions v8::ShellOptions::compile_options |
Definition at line 237 of file d8.h.
Referenced by v8::Shell::ExecuteString().
bool v8::ShellOptions::interactive_shell |
Definition at line 231 of file d8.h.
Referenced by use_interactive_shell().
SourceGroup* v8::ShellOptions::isolate_sources |
Definition at line 238 of file d8.h.
Referenced by ~ShellOptions().
bool v8::ShellOptions::script_executed |
Definition at line 225 of file d8.h.
Referenced by v8::Shell::ExecuteString(), and use_interactive_shell().
bool v8::ShellOptions::test_shell |
Definition at line 232 of file d8.h.
Referenced by v8::Shell::ExecuteString(), and use_interactive_shell().