V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
enum | InterruptFlag { ALL_INTERRUPTS = INTERRUPT_LIST(V) 0 } |
Public Member Functions | |
StackGuard (Isolate *isolate) | |
void | SetStackLimit (uintptr_t limit) |
void | AdjustStackLimitForSimulator () |
char * | ArchiveStackGuard (char *to) |
char * | RestoreStackGuard (char *from) |
void | FreeThreadResources () |
void | InitThread (const ExecutionAccess &lock) |
void | ClearThread (const ExecutionAccess &lock) |
uintptr_t | climit () |
uintptr_t | jslimit () |
uintptr_t | real_climit () |
uintptr_t | real_jslimit () |
Address | address_of_jslimit () |
Address | address_of_real_jslimit () |
Object * | HandleInterrupts () |
Static Public Member Functions | |
static int | ArchiveSpacePerThread () |
Friends | |
class | Isolate |
class | StackLimitCheck |
class | InterruptsScope |
Definition at line 68 of file execution.h.