|
enum | CodeCacheOptions { kNoProduceCache,
kProduceCache,
kProduceCacheAfterExecute
} |
|
|
bool | send_idle_notification |
|
bool | invoke_weak_callbacks |
|
bool | omit_quit |
|
bool | wait_for_wasm |
|
bool | stress_opt |
|
bool | stress_deopt |
|
int | stress_runs |
|
bool | interactive_shell |
|
bool | test_shell |
|
bool | expected_to_throw |
|
bool | mock_arraybuffer_allocator |
|
size_t | mock_arraybuffer_allocator_limit = 0 |
|
bool | enable_inspector |
|
int | num_isolates |
|
v8::ScriptCompiler::CompileOptions | compile_options |
|
bool | stress_background_compile |
|
CodeCacheOptions | code_cache_options |
|
SourceGroup * | isolate_sources |
|
const char * | icu_data_file |
|
const char * | natives_blob |
|
const char * | snapshot_blob |
|
bool | trace_enabled |
|
const char * | trace_path |
|
const char * | trace_config |
|
const char * | lcov_file |
|
bool | disable_in_process_stack_traces |
|
int | read_from_tcp_port |
|
bool | enable_os_system = false |
|
bool | quiet_load = false |
|
int | thread_pool_size = 0 |
|
bool | stress_delay_tasks = false |
|
std::vector< const char * > | arguments |
|
bool | include_arguments = true |
|
Definition at line 319 of file d8.h.
The documentation for this class was generated from the following file: