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

#include <module-decoder.h>

Collaboration diagram for v8::internal::wasm::AsmJsOffsetEntry:

Public Attributes

int byte_offset
 
int source_position_call
 
int source_position_number_conversion
 

Detailed Description

Definition at line 44 of file module-decoder.h.

Member Data Documentation

◆ byte_offset

int v8::internal::wasm::AsmJsOffsetEntry::byte_offset

Definition at line 45 of file module-decoder.h.

◆ source_position_call

int v8::internal::wasm::AsmJsOffsetEntry::source_position_call

Definition at line 46 of file module-decoder.h.

◆ source_position_number_conversion

int v8::internal::wasm::AsmJsOffsetEntry::source_position_number_conversion

Definition at line 47 of file module-decoder.h.


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