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

#include <code-comments.h>

Collaboration diagram for v8::internal::CodeCommentEntry:

Public Member Functions

uint32_t comment_length () const
 
uint32_t size () const
 

Public Attributes

uint32_t pc_offset
 
std::string comment
 

Detailed Description

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

Member Function Documentation

◆ comment_length()

uint32_t v8::internal::CodeCommentEntry::comment_length ( ) const

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

Here is the caller graph for this function:

◆ size()

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

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

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ comment

std::string v8::internal::CodeCommentEntry::comment

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

◆ pc_offset

uint32_t v8::internal::CodeCommentEntry::pc_offset

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


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