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

#include <wasm-interpreter.h>

Collaboration diagram for v8::internal::wasm::WasmInstruction::Optional::GC_ArrayCopy:

Public Attributes

uint32_t dest_array_index
 
uint32_t src_array_index
 

Detailed Description

Definition at line 1133 of file wasm-interpreter.h.

Member Data Documentation

◆ dest_array_index

uint32_t v8::internal::wasm::WasmInstruction::Optional::GC_ArrayCopy::dest_array_index

Definition at line 1134 of file wasm-interpreter.h.

◆ src_array_index

uint32_t v8::internal::wasm::WasmInstruction::Optional::GC_ArrayCopy::src_array_index

Definition at line 1135 of file wasm-interpreter.h.


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