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

Public Attributes

base::Vector< const char > import_name
 
ValueType value_type
 
VarInfovar_info
 

Detailed Description

Definition at line 103 of file asm-parser.h.

Member Data Documentation

◆ import_name

base::Vector<const char> v8::internal::wasm::AsmJsParser::GlobalImport::import_name

Definition at line 104 of file asm-parser.h.

◆ value_type

ValueType v8::internal::wasm::AsmJsParser::GlobalImport::value_type

Definition at line 105 of file asm-parser.h.

◆ var_info

VarInfo* v8::internal::wasm::AsmJsParser::GlobalImport::var_info

Definition at line 106 of file asm-parser.h.


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