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

Go to the source code of this file.

Macros

#define SLOW_DCHECK(condition)
 
#define SLOW_DCHECK_IMPLIES(v1, v2)
 
#define DCHECK_TAG_ALIGNED(address)
 
#define DCHECK_SIZE_TAG_ALIGNED(size)
 

Macro Definition Documentation

◆ DCHECK_SIZE_TAG_ALIGNED

#define DCHECK_SIZE_TAG_ALIGNED ( size)
Value:
const intptr_t kHeapObjectTagMask
Definition v8-internal.h:75
#define DCHECK(condition)
Definition logging.h:482

Definition at line 28 of file checks.h.

◆ DCHECK_TAG_ALIGNED

#define DCHECK_TAG_ALIGNED ( address)
Value:

Definition at line 25 of file checks.h.

◆ SLOW_DCHECK

#define SLOW_DCHECK ( condition)
Value:
((void)0)

Definition at line 21 of file checks.h.

◆ SLOW_DCHECK_IMPLIES

#define SLOW_DCHECK_IMPLIES ( v1,
v2 )
Value:
((void)0)

Definition at line 22 of file checks.h.