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

Public Member Functions

 TemporaryVariableScope (AsmJsParser *parser)
 
 ~TemporaryVariableScope ()
 
uint32_t get () const
 

Private Attributes

AsmJsParserparser_
 
int local_depth_
 

Detailed Description

Definition at line 182 of file asm-parser.cc.

Constructor & Destructor Documentation

◆ TemporaryVariableScope()

v8::internal::wasm::AsmJsParser::TemporaryVariableScope::TemporaryVariableScope ( AsmJsParser * parser)
inlineexplicit

Definition at line 184 of file asm-parser.cc.

◆ ~TemporaryVariableScope()

v8::internal::wasm::AsmJsParser::TemporaryVariableScope::~TemporaryVariableScope ( )
inline

Definition at line 188 of file asm-parser.cc.

Member Function Documentation

◆ get()

uint32_t v8::internal::wasm::AsmJsParser::TemporaryVariableScope::get ( ) const
inline

Definition at line 192 of file asm-parser.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ local_depth_

int v8::internal::wasm::AsmJsParser::TemporaryVariableScope::local_depth_
private

Definition at line 196 of file asm-parser.cc.

◆ parser_

AsmJsParser* v8::internal::wasm::AsmJsParser::TemporaryVariableScope::parser_
private

Definition at line 195 of file asm-parser.cc.


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