![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <code-comments.h>
Public Member Functions | |
uint32_t | comment_length () const |
uint32_t | size () const |
Public Attributes | |
uint32_t | pc_offset |
std::string | comment |
Definition at line 29 of file code-comments.h.
uint32_t v8::internal::CodeCommentEntry::comment_length | ( | ) | const |
uint32_t v8::internal::CodeCommentEntry::size | ( | ) | const |
Definition at line 26 of file code-comments.cc.
std::string v8::internal::CodeCommentEntry::comment |
Definition at line 31 of file code-comments.h.
uint32_t v8::internal::CodeCommentEntry::pc_offset |
Definition at line 30 of file code-comments.h.