V8 Project
v8::internal::PositionState Struct Reference

#include <assembler.h>

+ Collaboration diagram for v8::internal::PositionState:

Public Member Functions

 PositionState ()
 

Public Attributes

int current_position
 
int written_position
 
int current_statement_position
 
int written_statement_position
 

Detailed Description

Definition at line 994 of file assembler.h.

Constructor & Destructor Documentation

◆ PositionState()

Member Data Documentation

◆ current_position

int v8::internal::PositionState::current_position

Definition at line 1000 of file assembler.h.

◆ current_statement_position

int v8::internal::PositionState::current_statement_position

Definition at line 1003 of file assembler.h.

◆ written_position

int v8::internal::PositionState::written_position

Definition at line 1001 of file assembler.h.

◆ written_statement_position

int v8::internal::PositionState::written_statement_position

Definition at line 1004 of file assembler.h.


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