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

#include <struct-types.h>

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

Public Member Functions

constexpr ArrayType (ValueType rep, bool mutability)
 
bool operator== (const ArrayType &other) const
 
ValueType element_type () const
 
ValueTypeelement_type_writable_ptr ()
 
- 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

ValueType rep_
 

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ArrayType()

v8::internal::wasm::ArrayType::ArrayType ( ValueType rep,
bool mutability )
inlineconstexpr

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

Member Function Documentation

◆ element_type()

ValueType v8::internal::wasm::ArrayType::element_type ( ) const
inline

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

Here is the caller graph for this function:

◆ element_type_writable_ptr()

ValueType * v8::internal::wasm::ArrayType::element_type_writable_ptr ( )
inline

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

Here is the caller graph for this function:

◆ operator==()

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

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

Member Data Documentation

◆ rep_

ValueType v8::internal::wasm::ArrayType::rep_
private

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


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