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

#include <struct-types.h>

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

Public Member Functions

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
 

Protected Attributes

const bool mutability_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ArrayTypeBase()

v8::internal::wasm::ArrayTypeBase::ArrayTypeBase ( bool mutability)
inlineexplicitconstexpr

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

Member Function Documentation

◆ mutability()

bool v8::internal::wasm::ArrayTypeBase::mutability ( ) const
inline

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

Here is the caller graph for this function:

Member Data Documentation

◆ mutability_

const bool v8::internal::wasm::ArrayTypeBase::mutability_
protected

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


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