v8  3.25.30(node0.11.13)
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, GC_REQUEST = 1 << 5, FULL_DEOPT = 1 << 6, INSTALL_CODE = 1 << 7,
  API_INTERRUPT = 1 << 8, DEOPT_MARKED_ALLOCATION_SITES = 1 << 9
}