v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include "allocation.h"
Go to the source code of this file.
Data Structures | |
class | Execution |
class | StackGuard |
Namespaces | |
v8 | |
v8::internal | |
Enumerations | |
enum | InterruptFlag { INTERRUPT = 1 << 0, DEBUGBREAK = 1 << 1, DEBUGCOMMAND = 1 << 2, PREEMPT = 1 << 3, TERMINATE = 1 << 4, GC_REQUEST = 1 << 5, FULL_DEOPT = 1 << 6, INSTALL_CODE = 1 << 7, API_INTERRUPT = 1 << 8, DEOPT_MARKED_ALLOCATION_SITES = 1 << 9 } |