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

#include <wasm-objects.h>

Inheritance diagram for v8::internal::WasmTypeInfo:
Collaboration diagram for v8::internal::WasmTypeInfo:

Public Member Functions

wasm::CanonicalValueType type () const
 
wasm::CanonicalTypeIndex type_index () const
 
wasm::CanonicalValueType element_type () const
 

Detailed Description

Definition at line 1389 of file wasm-objects.h.

Member Function Documentation

◆ element_type()

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

Definition at line 571 of file wasm-objects-inl.h.

Here is the call graph for this function:

◆ type()

wasm::CanonicalValueType v8::internal::WasmTypeInfo::type ( ) const
inline

Definition at line 563 of file wasm-objects-inl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ type_index()

wasm::CanonicalTypeIndex v8::internal::WasmTypeInfo::type_index ( ) const
inline

Definition at line 567 of file wasm-objects-inl.h.

Here is the call graph for this function:

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