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

#include <source-positions.h>

Collaboration diagram for v8::internal::torque::SourceId:

Public Member Functions

bool IsValid () const
 
int operator== (const SourceId &s) const
 
bool operator< (const SourceId &s) const
 

Static Public Member Functions

static SourceId Invalid ()
 

Private Member Functions

 SourceId (int id)
 

Private Attributes

int id_
 

Friends

struct SourcePosition
 
class SourceFileMap
 

Detailed Description

Definition at line 18 of file source-positions.h.

Constructor & Destructor Documentation

◆ SourceId()

v8::internal::torque::SourceId::SourceId ( int id)
inlineexplicitprivate

Definition at line 26 of file source-positions.h.

Here is the caller graph for this function:

Member Function Documentation

◆ Invalid()

static SourceId v8::internal::torque::SourceId::Invalid ( )
inlinestatic

Definition at line 20 of file source-positions.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsValid()

bool v8::internal::torque::SourceId::IsValid ( ) const
inline

Definition at line 21 of file source-positions.h.

Here is the caller graph for this function:

◆ operator<()

bool v8::internal::torque::SourceId::operator< ( const SourceId & s) const
inline

Definition at line 23 of file source-positions.h.

◆ operator==()

int v8::internal::torque::SourceId::operator== ( const SourceId & s) const
inline

Definition at line 22 of file source-positions.h.

Friends And Related Symbol Documentation

◆ SourceFileMap

friend class SourceFileMap
friend

Definition at line 29 of file source-positions.h.

◆ SourcePosition

friend struct SourcePosition
friend

Definition at line 28 of file source-positions.h.

Member Data Documentation

◆ id_

int v8::internal::torque::SourceId::id_
private

Definition at line 27 of file source-positions.h.


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