V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
#include <v8.h>
Public Attributes | |
FunctionEntryHook | entry_hook |
JitCodeEventHandler | code_event_handler |
ResourceConstraints | constraints |
StartupData * | snapshot_blob |
CounterLookupCallback | counter_lookup_callback |
CreateHistogramCallback | create_histogram_callback |
AddHistogramSampleCallback | add_histogram_sample_callback |
ArrayBuffer::Allocator * | array_buffer_allocator |
const intptr_t * | external_references |
bool | allow_atomics_wait |
bool | only_terminate_in_safe_scope |
bool v8::Isolate::CreateParams::allow_atomics_wait |
ArrayBuffer::Allocator* v8::Isolate::CreateParams::array_buffer_allocator |
The ArrayBuffer::Allocator to use for allocating and freeing the backing store of ArrayBuffers.
JitCodeEventHandler v8::Isolate::CreateParams::code_event_handler |
ResourceConstraints v8::Isolate::CreateParams::constraints |
CounterLookupCallback v8::Isolate::CreateParams::counter_lookup_callback |
CreateHistogramCallback v8::Isolate::CreateParams::create_histogram_callback |
FunctionEntryHook v8::Isolate::CreateParams::entry_hook |
The optional entry_hook allows the host application to provide the address of a function that's invoked on entry to every V8-generated function. Note that entry_hook is invoked at the very start of each generated function. An entry_hook can only be provided in no-snapshot builds; in snapshot builds it must be nullptr. TODO(v8:8503): Remove entry_hook.
const intptr_t* v8::Isolate::CreateParams::external_references |
bool v8::Isolate::CreateParams::only_terminate_in_safe_scope |
Termination is postponed when there is no active SafeForTerminationScope.
StartupData* v8::Isolate::CreateParams::snapshot_blob |