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

#include <wasm-objects.h>

Inheritance diagram for v8::internal::AsmWasmData:
Collaboration diagram for v8::internal::AsmWasmData:

Public Types

using BodyDescriptor = StructBodyDescriptor
 

Static Public Member Functions

static Handle< AsmWasmDataNew (Isolate *isolate, std::shared_ptr< wasm::NativeModule > native_module, DirectHandle< HeapNumber > uses_bitset)
 

Detailed Description

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

Member Typedef Documentation

◆ BodyDescriptor

Member Function Documentation

◆ New()

Handle< AsmWasmData > v8::internal::AsmWasmData::New ( Isolate * isolate,
std::shared_ptr< wasm::NativeModule > native_module,
DirectHandle< HeapNumber > uses_bitset )
static

Definition at line 3402 of file wasm-objects.cc.

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

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