v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
execution.h File Reference
#include "allocation.h"
Include dependency graph for execution.h:
This graph shows which files directly or indirectly include this file:

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, CODE_READY = 1 << 7
}