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

#include <preparser.h>

Collaboration diagram for v8::internal::PreParserSourceRangeScope:

Public Member Functions

 PreParserSourceRangeScope (Scanner *scanner, PreParserSourceRange *range)
 
const PreParserSourceRangeFinalize () const
 

Private Member Functions

 DISALLOW_IMPLICIT_CONSTRUCTORS (PreParserSourceRangeScope)
 

Private Attributes

PreParserSourceRange range_
 

Detailed Description

Definition at line 795 of file preparser.h.

Constructor & Destructor Documentation

◆ PreParserSourceRangeScope()

v8::internal::PreParserSourceRangeScope::PreParserSourceRangeScope ( Scanner * scanner,
PreParserSourceRange * range )
inline

Definition at line 797 of file preparser.h.

Member Function Documentation

◆ DISALLOW_IMPLICIT_CONSTRUCTORS()

v8::internal::PreParserSourceRangeScope::DISALLOW_IMPLICIT_CONSTRUCTORS ( PreParserSourceRangeScope )
private

◆ Finalize()

const PreParserSourceRange & v8::internal::PreParserSourceRangeScope::Finalize ( ) const
inline

Definition at line 798 of file preparser.h.

Member Data Documentation

◆ range_

PreParserSourceRange v8::internal::PreParserSourceRangeScope::range_
private

Definition at line 801 of file preparser.h.


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