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

#include <struct-types.h>

Inheritance diagram for v8::internal::wasm::CanonicalContType:
Collaboration diagram for v8::internal::wasm::CanonicalContType:

Public Member Functions

 CanonicalContType (CanonicalTypeIndex idx)
 
bool operator== (const CanonicalContType &other) const
 
CanonicalTypeIndex contfun_typeindex () const
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t, Zone *)=delete
 
void * operator new (size_t size, void *ptr)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)=delete
 

Private Attributes

CanonicalTypeIndex index_
 

Detailed Description

Definition at line 347 of file struct-types.h.

Constructor & Destructor Documentation

◆ CanonicalContType()

v8::internal::wasm::CanonicalContType::CanonicalContType ( CanonicalTypeIndex idx)
inlineexplicit

Definition at line 349 of file struct-types.h.

Member Function Documentation

◆ contfun_typeindex()

CanonicalTypeIndex v8::internal::wasm::CanonicalContType::contfun_typeindex ( ) const
inline

Definition at line 355 of file struct-types.h.

Here is the caller graph for this function:

◆ operator==()

bool v8::internal::wasm::CanonicalContType::operator== ( const CanonicalContType & other) const
inline

Definition at line 351 of file struct-types.h.

Member Data Documentation

◆ index_

CanonicalTypeIndex v8::internal::wasm::CanonicalContType::index_
private

Definition at line 358 of file struct-types.h.


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