![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
Position (ProfileNode *node) | |
V8_INLINE ProfileNode * | current_child () |
V8_INLINE bool | has_current_child () |
V8_INLINE void | next_child () |
Public Attributes | |
ProfileNode * | node |
Private Attributes | |
int | child_idx_ |
Definition at line 521 of file profile-generator.cc.
|
inlineexplicit |
Definition at line 523 of file profile-generator.cc.
|
inline |
Definition at line 528 of file profile-generator.cc.
|
inline |
|
private |
Definition at line 535 of file profile-generator.cc.
ProfileNode* v8::internal::Position::node |
Definition at line 533 of file profile-generator.cc.