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

#include <code-assembler.h>

Collaboration diagram for v8::internal::compiler::CodeAssembler::MessageWithSourceLocation:

Public Member Functions

 MessageWithSourceLocation (const char *message, const SourceLocation &loc=SourceLocation::Current())
 

Public Attributes

const char * message
 
const SourceLocationloc
 

Detailed Description

Definition at line 747 of file code-assembler.h.

Constructor & Destructor Documentation

◆ MessageWithSourceLocation()

v8::internal::compiler::CodeAssembler::MessageWithSourceLocation::MessageWithSourceLocation ( const char * message,
const SourceLocation & loc = SourceLocation::Current() )
inline

Definition at line 753 of file code-assembler.h.

Member Data Documentation

◆ loc

const SourceLocation& v8::internal::compiler::CodeAssembler::MessageWithSourceLocation::loc

Definition at line 749 of file code-assembler.h.

◆ message

const char* v8::internal::compiler::CodeAssembler::MessageWithSourceLocation::message

Definition at line 748 of file code-assembler.h.


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