Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations | Functions
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.

Classes

struct  v8::CppHeapPointerTagRange
 
class  v8::SandboxHardwareSupport
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Enumerations

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

Functions

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