![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <struct-types.h>
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_ |
Definition at line 317 of file struct-types.h.
|
inline |
Definition at line 319 of file struct-types.h.
|
inline |
|
inline |
Definition at line 322 of file struct-types.h.
|
private |
Definition at line 329 of file struct-types.h.