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

#include <pointer-policies.h>

Collaboration diagram for cppgc::internal::StrongPersistentPolicy:

Public Types

using IsStrongPersistent = std::true_type
 

Static Public Member Functions

static V8_EXPORT PersistentRegionGetPersistentRegion (const void *object)
 

Detailed Description

Definition at line 240 of file pointer-policies.h.

Member Typedef Documentation

◆ IsStrongPersistent

Definition at line 241 of file pointer-policies.h.

Member Function Documentation

◆ GetPersistentRegion()

PersistentRegion & cppgc::internal::StrongPersistentPolicy::GetPersistentRegion ( const void * object)
static

Definition at line 104 of file pointer-policies.cc.

Here is the call graph for this function:

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