v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::Position Class Reference
Collaboration diagram for v8::internal::Position:

Public Member Functions

 Position (ProfileNode *node)
 
V8_INLINE ProfileNodecurrent_child ()
 
V8_INLINE bool has_current_child ()
 
V8_INLINE void next_child ()
 

Public Attributes

ProfileNodenode
 

Private Attributes

int child_idx_
 

Detailed Description

Definition at line 521 of file profile-generator.cc.

Constructor & Destructor Documentation

◆ Position()

v8::internal::Position::Position ( ProfileNode * node)
inlineexplicit

Definition at line 523 of file profile-generator.cc.

Member Function Documentation

◆ current_child()

V8_INLINE ProfileNode * v8::internal::Position::current_child ( )
inline

Definition at line 525 of file profile-generator.cc.

Here is the call graph for this function:

◆ has_current_child()

V8_INLINE bool v8::internal::Position::has_current_child ( )
inline

Definition at line 528 of file profile-generator.cc.

◆ next_child()

V8_INLINE void v8::internal::Position::next_child ( )
inline

Definition at line 531 of file profile-generator.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ child_idx_

int v8::internal::Position::child_idx_
private

Definition at line 535 of file profile-generator.cc.

◆ node

ProfileNode* v8::internal::Position::node

Definition at line 533 of file profile-generator.cc.


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