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

#include <managed.h>

Collaboration diagram for v8::internal::TagForManaged< CppType >:

Static Public Attributes

static constexpr ExternalPointerTag value = CppType::kManagedTag
 

Detailed Description

template<typename CppType>
struct v8::internal::TagForManaged< CppType >

Definition at line 45 of file managed.h.

Member Data Documentation

◆ value

template<typename CppType >
ExternalPointerTag v8::internal::TagForManaged< CppType >::value = CppType::kManagedTag
staticconstexpr

Definition at line 46 of file managed.h.


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