v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
immediate-crash.h File Reference
Include dependency graph for immediate-crash.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TRAP_SEQUENCE_()
 
#define WRAPPED_TRAP_SEQUENCE_()
 
#define IMMEDIATE_CRASH()
 

Macro Definition Documentation

◆ IMMEDIATE_CRASH

#define IMMEDIATE_CRASH ( )
Value:
#define WRAPPED_TRAP_SEQUENCE_()

Definition at line 181 of file immediate-crash.h.

◆ TRAP_SEQUENCE_

#define TRAP_SEQUENCE_ ( )
Value:
do { \
TRAP_SEQUENCE1_(); \
TRAP_SEQUENCE2_(); \
} while (false)

Definition at line 141 of file immediate-crash.h.

◆ WRAPPED_TRAP_SEQUENCE_

#define WRAPPED_TRAP_SEQUENCE_ ( )
Value:
#define TRAP_SEQUENCE_()

Definition at line 157 of file immediate-crash.h.