V8 Project
v8::internal::LowLevelLogger::SnapshotPositionStruct Struct Reference
+ Collaboration diagram for v8::internal::LowLevelLogger::SnapshotPositionStruct:

Public Attributes

Address address
 
int32_t position
 

Static Public Attributes

static const char kTag = 'P'
 

Detailed Description

Definition at line 339 of file log.cc.

Member Data Documentation

◆ address

Address v8::internal::LowLevelLogger::SnapshotPositionStruct::address

Definition at line 342 of file log.cc.

Referenced by v8::internal::LowLevelLogger::SnapshotPositionEvent().

◆ kTag

const char v8::internal::LowLevelLogger::SnapshotPositionStruct::kTag = 'P'
static

Definition at line 340 of file log.cc.

◆ position

int32_t v8::internal::LowLevelLogger::SnapshotPositionStruct::position

Definition at line 343 of file log.cc.


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