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

#include <wasm-objects.h>

Inheritance diagram for v8::internal::WasmTagObject:
Collaboration diagram for v8::internal::WasmTagObject:

Public Member Functions

bool MatchesSignature (wasm::CanonicalTypeIndex expected_index)
 

Static Public Member Functions

static DirectHandle< WasmTagObjectNew (Isolate *isolate, const wasm::FunctionSig *sig, wasm::CanonicalTypeIndex type_index, DirectHandle< HeapObject > tag, DirectHandle< WasmTrustedInstanceData > instance)
 

Detailed Description

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

Member Function Documentation

◆ MatchesSignature()

bool v8::internal::WasmTagObject::MatchesSignature ( wasm::CanonicalTypeIndex expected_index)

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

◆ New()

DirectHandle< WasmTagObject > v8::internal::WasmTagObject::New ( Isolate * isolate,
const wasm::FunctionSig * sig,
wasm::CanonicalTypeIndex type_index,
DirectHandle< HeapObject > tag,
DirectHandle< WasmTrustedInstanceData > instance )
static

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