v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
source-positions.h File Reference
#include <iostream>
#include "src/base/contextual.h"
Include dependency graph for source-positions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::torque::SourceId
 
struct  v8::internal::torque::LineAndColumn
 
struct  v8::internal::torque::SourcePosition
 
class  v8::internal::torque::SourceFileMap
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::torque
 

Functions

 v8::internal::torque::DECLARE_CONTEXTUAL_VARIABLE (CurrentSourceFile, SourceId)
 
 v8::internal::torque::DECLARE_CONTEXTUAL_VARIABLE (CurrentSourcePosition, SourcePosition)
 
std::string v8::internal::torque::PositionAsString (SourcePosition pos)
 
std::ostream & v8::internal::torque::operator<< (std::ostream &out, SourcePosition pos)