v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
v8-sandbox.h File Reference
#include <cstdint>
#include "v8-internal.h"
#include "v8config.h"
Include dependency graph for v8-sandbox.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  CppHeapPointerTagRange
 
class  SandboxHardwareSupport
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Enumerations

enum class  CppHeapPointerTag : uint16_t {
  kFirstTag = 0 , kNullTag = 0 , kDefaultTag = 0x7000 , kZappedEntryTag = 0x7ffd ,
  kEvacuationEntryTag = 0x7ffe , kFreeEntryTag = 0x7fff , kLastTag = 0x7fff
}
 

Functions

constexpr CppHeapPointerTagRange kAnyCppHeapPointer (CppHeapPointerTag::kFirstTag, CppHeapPointerTag::kLastTag)