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

Public Attributes

int32_t name_size
 
Address code_address
 
int32_t code_size
 

Static Public Attributes

static const char kTag = 'C'
 

Detailed Description

Definition at line 697 of file log.cc.

Member Data Documentation

◆ code_address

Address v8::internal::LowLevelLogger::CodeCreateStruct::code_address

Definition at line 701 of file log.cc.

◆ code_size

int32_t v8::internal::LowLevelLogger::CodeCreateStruct::code_size

Definition at line 702 of file log.cc.

◆ kTag

const char v8::internal::LowLevelLogger::CodeCreateStruct::kTag = 'C'
static

Definition at line 698 of file log.cc.

◆ name_size

int32_t v8::internal::LowLevelLogger::CodeCreateStruct::name_size

Definition at line 700 of file log.cc.


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