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

#include <embedded-data.h>

Collaboration diagram for v8::internal::EmbeddedData::LayoutDescription:

Public Attributes

uint32_t instruction_offset
 
uint32_t instruction_length
 
uint32_t metadata_offset
 

Detailed Description

Definition at line 174 of file embedded-data.h.

Member Data Documentation

◆ instruction_length

uint32_t v8::internal::EmbeddedData::LayoutDescription::instruction_length

Definition at line 178 of file embedded-data.h.

◆ instruction_offset

uint32_t v8::internal::EmbeddedData::LayoutDescription::instruction_offset

Definition at line 177 of file embedded-data.h.

◆ metadata_offset

uint32_t v8::internal::EmbeddedData::LayoutDescription::metadata_offset

Definition at line 181 of file embedded-data.h.


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