![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/heap/base/memory-tagging.h"
#include "src/base/cpu.h"
#include "src/base/logging.h"
#include "v8config.h"
Go to the source code of this file.
Namespaces | |
namespace | heap |
namespace | heap::base |
Macros | |
#define | SUPPORTS_MTE V8_OS_LINUX&& V8_HOST_ARCH_ARM64 |
#define SUPPORTS_MTE V8_OS_LINUX&& V8_HOST_ARCH_ARM64 |
Definition at line 11 of file memory-tagging.cc.