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

#include <parser-base.h>

Collaboration diagram for v8::internal::SourceRangeScope:

Public Member Functions

 SourceRangeScope (const Scanner *scanner, SourceRange *range)
 
 ~SourceRangeScope ()
 

Private Member Functions

 DISALLOW_IMPLICIT_CONSTRUCTORS (SourceRangeScope)
 

Private Attributes

const Scannerscanner_
 
SourceRangerange_
 

Detailed Description

Definition at line 84 of file parser-base.h.

Constructor & Destructor Documentation

◆ SourceRangeScope()

v8::internal::SourceRangeScope::SourceRangeScope ( const Scanner * scanner,
SourceRange * range )
inline

Definition at line 86 of file parser-base.h.

Here is the call graph for this function:

◆ ~SourceRangeScope()

v8::internal::SourceRangeScope::~SourceRangeScope ( )
inline

Definition at line 93 of file parser-base.h.

Member Function Documentation

◆ DISALLOW_IMPLICIT_CONSTRUCTORS()

v8::internal::SourceRangeScope::DISALLOW_IMPLICIT_CONSTRUCTORS ( SourceRangeScope )
private

Member Data Documentation

◆ range_

SourceRange* v8::internal::SourceRangeScope::range_
private

Definition at line 101 of file parser-base.h.

◆ scanner_

const Scanner* v8::internal::SourceRangeScope::scanner_
private

Definition at line 100 of file parser-base.h.


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