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

Public Member Functions

 ParsingModeScope (Parser *parser, Mode mode)
 
 ~ParsingModeScope ()
 

Private Attributes

Parserparser_
 
Mode old_mode_
 

Detailed Description

Definition at line 199 of file parser.h.

Constructor & Destructor Documentation

◆ ParsingModeScope()

v8::internal::Parser::ParsingModeScope::ParsingModeScope ( Parser * parser,
Mode mode )
inline

Definition at line 201 of file parser.h.

Here is the call graph for this function:

◆ ~ParsingModeScope()

v8::internal::Parser::ParsingModeScope::~ParsingModeScope ( )
inline

Definition at line 205 of file parser.h.

Member Data Documentation

◆ old_mode_

Mode v8::internal::Parser::ParsingModeScope::old_mode_
private

Definition at line 209 of file parser.h.

◆ parser_

Parser* v8::internal::Parser::ParsingModeScope::parser_
private

Definition at line 208 of file parser.h.


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