v8
3.11.10(node0.8.26)
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, RUNTIME_PROFILER_TICK = 1 << 5, GC_REQUEST = 1 << 6 } |