v8
8.4.371 (node 14.15.5)
V8 is Google's open source JavaScript engine
|
#include <source-location.h>
Public Member Functions | |
constexpr | SourceLocation ()=default |
constexpr const char * | Function () const |
constexpr const char * | FileName () const |
constexpr size_t | Line () const |
std::string | ToString () const |
Static Public Member Functions | |
static constexpr SourceLocation | Current () |
Definition at line 28 of file source-location.h.
|
constexprdefault |
Referenced by IgnoreLocationPolicy::Location().
|
inlinestaticconstexpr |
Definition at line 37 of file source-location.h.
|
inlineconstexpr |
Definition at line 43 of file source-location.h.
|
inlineconstexpr |
Definition at line 42 of file source-location.h.
|
inlineconstexpr |
Definition at line 44 of file source-location.h.
std::string ToString | ( | ) | const |