![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <wasm-objects.h>
Public Member Functions | |
bool | MatchesSignature (wasm::CanonicalTypeIndex expected_index) |
Static Public Member Functions | |
static DirectHandle< WasmTagObject > | New (Isolate *isolate, const wasm::FunctionSig *sig, wasm::CanonicalTypeIndex type_index, DirectHandle< HeapObject > tag, DirectHandle< WasmTrustedInstanceData > instance) |
Definition at line 753 of file wasm-objects.h.
bool v8::internal::WasmTagObject::MatchesSignature | ( | wasm::CanonicalTypeIndex | expected_index | ) |
Definition at line 2382 of file wasm-objects.cc.
|
static |
Definition at line 2349 of file wasm-objects.cc.