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

#include <code-comments.h>

Collaboration diagram for v8::internal::CodeCommentsIterator:

Public Member Functions

 CodeCommentsIterator (Address code_comments_start, uint32_t code_comments_size)
 
uint32_t size () const
 
const char * GetComment () const
 
uint32_t GetCommentSize () const
 
uint32_t GetPCOffset () const
 
void Next ()
 
bool HasCurrent () const
 

Private Attributes

Address code_comments_start_
 
uint32_t code_comments_size_
 
Address current_entry_
 

Detailed Description

Definition at line 48 of file code-comments.h.

Constructor & Destructor Documentation

◆ CodeCommentsIterator()

v8::internal::CodeCommentsIterator::CodeCommentsIterator ( Address code_comments_start,
uint32_t code_comments_size )

Definition at line 30 of file code-comments.cc.

Here is the call graph for this function:

Member Function Documentation

◆ GetComment()

const char * v8::internal::CodeCommentsIterator::GetComment ( ) const

Definition at line 43 of file code-comments.cc.

Here is the call graph for this function:

◆ GetCommentSize()

uint32_t v8::internal::CodeCommentsIterator::GetCommentSize ( ) const

Definition at line 50 of file code-comments.cc.

Here is the caller graph for this function:

◆ GetPCOffset()

uint32_t v8::internal::CodeCommentsIterator::GetPCOffset ( ) const

Definition at line 54 of file code-comments.cc.

◆ HasCurrent()

bool v8::internal::CodeCommentsIterator::HasCurrent ( ) const

Definition at line 62 of file code-comments.cc.

Here is the call graph for this function:

◆ Next()

void v8::internal::CodeCommentsIterator::Next ( )

Definition at line 58 of file code-comments.cc.

Here is the call graph for this function:

◆ size()

uint32_t v8::internal::CodeCommentsIterator::size ( ) const

Definition at line 41 of file code-comments.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ code_comments_size_

uint32_t v8::internal::CodeCommentsIterator::code_comments_size_
private

Definition at line 61 of file code-comments.h.

◆ code_comments_start_

Address v8::internal::CodeCommentsIterator::code_comments_start_
private

Definition at line 60 of file code-comments.h.

◆ current_entry_

Address v8::internal::CodeCommentsIterator::current_entry_
private

Definition at line 62 of file code-comments.h.


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