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

#include <types.h>

Collaboration diagram for v8::internal::torque::SpecializationKey< T >:

Public Attributes

Tgeneric
 
TypeVector specialized_types
 

Detailed Description

template<typename T>
struct v8::internal::torque::SpecializationKey< T >

Definition at line 88 of file types.h.

Member Data Documentation

◆ generic

template<typename T >
T* v8::internal::torque::SpecializationKey< T >::generic

Definition at line 89 of file types.h.

◆ specialized_types

template<typename T >
TypeVector v8::internal::torque::SpecializationKey< T >::specialized_types

Definition at line 90 of file types.h.


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