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

#include <function-body-decoder-impl.h>

Collaboration diagram for v8::internal::wasm::ImmF64Immediate:

Public Member Functions

template<typename ValidationTag >
 ImmF64Immediate (Decoder *decoder, const uint8_t *pc, ValidationTag={})
 

Public Attributes

double value
 
uint32_t length = 8
 

Detailed Description

Definition at line 520 of file function-body-decoder-impl.h.

Constructor & Destructor Documentation

◆ ImmF64Immediate()

template<typename ValidationTag >
v8::internal::wasm::ImmF64Immediate::ImmF64Immediate ( Decoder * decoder,
const uint8_t * pc,
ValidationTag = {} )
inline

Definition at line 525 of file function-body-decoder-impl.h.

Member Data Documentation

◆ length

uint32_t v8::internal::wasm::ImmF64Immediate::length = 8

Definition at line 522 of file function-body-decoder-impl.h.

◆ value

double v8::internal::wasm::ImmF64Immediate::value

Definition at line 521 of file function-body-decoder-impl.h.


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