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

#include <globals.h>

Collaboration diagram for v8::internal::AssemblerDebugInfo:

Public Member Functions

 AssemblerDebugInfo (const char *name, const char *file, int line)
 

Public Attributes

const char * name
 
const char * file
 
int line
 

Detailed Description

Definition at line 2467 of file globals.h.

Constructor & Destructor Documentation

◆ AssemblerDebugInfo()

v8::internal::AssemblerDebugInfo::AssemblerDebugInfo ( const char * name,
const char * file,
int line )
inline

Definition at line 2468 of file globals.h.

Member Data Documentation

◆ file

const char* v8::internal::AssemblerDebugInfo::file

Definition at line 2471 of file globals.h.

◆ line

int v8::internal::AssemblerDebugInfo::line

Definition at line 2472 of file globals.h.

◆ name

const char* v8::internal::AssemblerDebugInfo::name

Definition at line 2470 of file globals.h.


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