v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
lsan.h File Reference
#include <type_traits>
#include "src/base/macros.h"
Include dependency graph for lsan.h:

Go to the source code of this file.

Macros

#define LSAN_IGNORE_OBJECT(ptr)
 

Macro Definition Documentation

◆ LSAN_IGNORE_OBJECT

#define LSAN_IGNORE_OBJECT ( ptr)
Value:
static_assert(std::is_convertible<decltype(ptr), const void*>::value, \
"LSAN_IGNORE_OBJECT can only be used with pointer types")
std::unique_ptr< ValueMirror > value

Definition at line 25 of file lsan.h.