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

#include <struct-types.h>

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

Public Member Functions

 CanonicalArrayType (CanonicalValueType rep, bool mutability)
 
bool operator== (const CanonicalArrayType &other) const
 
CanonicalValueType element_type () const
 
- Public Member Functions inherited from v8::internal::wasm::ArrayTypeBase
constexpr ArrayTypeBase (bool mutability)
 
bool mutability () 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

CanonicalValueType rep_
 

Additional Inherited Members

- Protected Attributes inherited from v8::internal::wasm::ArrayTypeBase
const bool mutability_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CanonicalArrayType()

v8::internal::wasm::CanonicalArrayType::CanonicalArrayType ( CanonicalValueType rep,
bool mutability )
inline

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

Member Function Documentation

◆ element_type()

CanonicalValueType v8::internal::wasm::CanonicalArrayType::element_type ( ) const
inline

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

Here is the caller graph for this function:

◆ operator==()

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

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

Member Data Documentation

◆ rep_

CanonicalValueType v8::internal::wasm::CanonicalArrayType::rep_
private

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


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