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

#include <identity-map.h>

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

Public Attributes

Tentry
 
bool already_exists
 

Detailed Description

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

Definition at line 22 of file identity-map.h.

Member Data Documentation

◆ already_exists

template<typename T >
bool v8::internal::IdentityMapFindResult< T >::already_exists

Definition at line 24 of file identity-map.h.

◆ entry

template<typename T >
T* v8::internal::IdentityMapFindResult< T >::entry

Definition at line 23 of file identity-map.h.


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