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

#include <heap-visitor-inl.h>

Collaboration diagram for v8::internal::ConcurrentVisitorCastHelper< T >:

Static Public Member Functions

static V8_INLINE Tagged< TCast (Tagged< HeapObject > object)
 

Detailed Description

template<typename T>
struct v8::internal::ConcurrentVisitorCastHelper< T >

Definition at line 386 of file heap-visitor-inl.h.

Member Function Documentation

◆ Cast()

template<typename T >
static V8_INLINE Tagged< T > v8::internal::ConcurrentVisitorCastHelper< T >::Cast ( Tagged< HeapObject > object)
inlinestatic

Definition at line 387 of file heap-visitor-inl.h.


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