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

#include <instruction.h>

Collaboration diagram for v8::internal::compiler::StateValueList::Slice:

Public Member Functions

 Slice (ZoneVector< StateValueDescriptor >::iterator start, size_t fields)
 

Public Attributes

ZoneVector< StateValueDescriptor >::iterator start_position
 
size_t fields_count
 

Detailed Description

Definition at line 1466 of file instruction.h.

Constructor & Destructor Documentation

◆ Slice()

v8::internal::compiler::StateValueList::Slice::Slice ( ZoneVector< StateValueDescriptor >::iterator start,
size_t fields )
inline

Definition at line 1467 of file instruction.h.

Member Data Documentation

◆ fields_count

size_t v8::internal::compiler::StateValueList::Slice::fields_count

Definition at line 1471 of file instruction.h.

◆ start_position

ZoneVector<StateValueDescriptor>::iterator v8::internal::compiler::StateValueList::Slice::start_position

Definition at line 1470 of file instruction.h.


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