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

#include <module-instantiate.h>

Collaboration diagram for v8::internal::wasm::WrapperCompilationInfo:

Public Attributes

CodeKind code_kind
 
wasm::ImportCallKind import_kind = kDefaultImportCallKind
 
int expected_arity = 0
 
wasm::Suspend suspend = kNoSuspend
 

Detailed Description

Definition at line 124 of file module-instantiate.h.

Member Data Documentation

◆ code_kind

CodeKind v8::internal::wasm::WrapperCompilationInfo::code_kind

Definition at line 125 of file module-instantiate.h.

◆ expected_arity

int v8::internal::wasm::WrapperCompilationInfo::expected_arity = 0

Definition at line 128 of file module-instantiate.h.

◆ import_kind

wasm::ImportCallKind v8::internal::wasm::WrapperCompilationInfo::import_kind = kDefaultImportCallKind

Definition at line 127 of file module-instantiate.h.

◆ suspend

wasm::Suspend v8::internal::wasm::WrapperCompilationInfo::suspend = kNoSuspend

Definition at line 129 of file module-instantiate.h.


The documentation for this struct was generated from the following file: