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

#include <wasm-objects.h>

Inheritance diagram for v8::internal::WasmObject:
Collaboration diagram for v8::internal::WasmObject:

Static Protected Member Functions

static DirectHandle< ObjectReadValueAt (Isolate *isolate, DirectHandle< HeapObject > obj, wasm::CanonicalValueType type, uint32_t offset)
 

Static Private Member Functions

template<typename ElementType >
static ElementType FromNumber (Tagged< Object > value)
 

Detailed Description

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

Member Function Documentation

◆ FromNumber()

template<typename ElementType >
ElementType v8::internal::WasmObject::FromNumber ( Tagged< Object > value)
staticprivate

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

Here is the call graph for this function:

◆ ReadValueAt()

DirectHandle< Object > v8::internal::WasmObject::ReadValueAt ( Isolate * isolate,
DirectHandle< HeapObject > obj,
wasm::CanonicalValueType type,
uint32_t offset )
inlinestaticprotected

Definition at line 650 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: