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

#include <common-operator.h>

Collaboration diagram for v8::internal::compiler::AssertParameters:

Public Member Functions

 AssertParameters (BranchSemantics semantics, const char *condition_string, const char *file, int line)
 
BranchSemantics semantics () const
 
const char * condition_string () const
 
const char * file () const
 
int line () const
 

Private Attributes

const BranchSemantics semantics_
 
const char * condition_string_
 
const char * file_
 
const int line_
 

Detailed Description

Definition at line 106 of file common-operator.h.

Constructor & Destructor Documentation

◆ AssertParameters()

v8::internal::compiler::AssertParameters::AssertParameters ( BranchSemantics semantics,
const char * condition_string,
const char * file,
int line )
inline

Definition at line 108 of file common-operator.h.

Member Function Documentation

◆ condition_string()

const char * v8::internal::compiler::AssertParameters::condition_string ( ) const
inline

Definition at line 116 of file common-operator.h.

Here is the caller graph for this function:

◆ file()

const char * v8::internal::compiler::AssertParameters::file ( ) const
inline

Definition at line 117 of file common-operator.h.

Here is the caller graph for this function:

◆ line()

int v8::internal::compiler::AssertParameters::line ( ) const
inline

Definition at line 118 of file common-operator.h.

Here is the caller graph for this function:

◆ semantics()

BranchSemantics v8::internal::compiler::AssertParameters::semantics ( ) const
inline

Definition at line 115 of file common-operator.h.

Here is the caller graph for this function:

Member Data Documentation

◆ condition_string_

const char* v8::internal::compiler::AssertParameters::condition_string_
private

Definition at line 122 of file common-operator.h.

◆ file_

const char* v8::internal::compiler::AssertParameters::file_
private

Definition at line 123 of file common-operator.h.

◆ line_

const int v8::internal::compiler::AssertParameters::line_
private

Definition at line 124 of file common-operator.h.

◆ semantics_

const BranchSemantics v8::internal::compiler::AssertParameters::semantics_
private

Definition at line 121 of file common-operator.h.


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