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

Public Member Functions

 operator bool () const
 

Public Attributes

int func_index = -1
 
base::Vector< const uint8_t > code
 

Detailed Description

Definition at line 2485 of file module-compiler.cc.

Member Function Documentation

◆ operator bool()

v8::internal::wasm::ValidateFunctionsStreamingJobData::Unit::operator bool ( ) const
inline

Definition at line 2491 of file module-compiler.cc.

Member Data Documentation

◆ code

base::Vector<const uint8_t> v8::internal::wasm::ValidateFunctionsStreamingJobData::Unit::code

Definition at line 2488 of file module-compiler.cc.

◆ func_index

int v8::internal::wasm::ValidateFunctionsStreamingJobData::Unit::func_index = -1

Definition at line 2487 of file module-compiler.cc.


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