v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::CppHeapPointerTagRange Struct Reference

#include <v8-sandbox.h>

Collaboration diagram for v8::CppHeapPointerTagRange:

Public Member Functions

constexpr CppHeapPointerTagRange (CppHeapPointerTag lower, CppHeapPointerTag upper)
 
bool CheckTagOf (uint64_t entry)
 

Public Attributes

CppHeapPointerTag lower_bound
 
CppHeapPointerTag upper_bound
 

Detailed Description

Definition at line 70 of file v8-sandbox.h.

Constructor & Destructor Documentation

◆ CppHeapPointerTagRange()

v8::CppHeapPointerTagRange::CppHeapPointerTagRange ( CppHeapPointerTag lower,
CppHeapPointerTag upper )
inlineconstexpr

Definition at line 71 of file v8-sandbox.h.

Member Function Documentation

◆ CheckTagOf()

bool v8::CppHeapPointerTagRange::CheckTagOf ( uint64_t entry)
inline

Definition at line 83 of file v8-sandbox.h.

Here is the caller graph for this function:

Member Data Documentation

◆ lower_bound

CppHeapPointerTag v8::CppHeapPointerTagRange::lower_bound

Definition at line 74 of file v8-sandbox.h.

◆ upper_bound

CppHeapPointerTag v8::CppHeapPointerTagRange::upper_bound

Definition at line 75 of file v8-sandbox.h.


The documentation for this struct was generated from the following file: