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

Public Member Functions

 OptionalChainNullLabelScope (BytecodeGenerator *bytecode_generator)
 
 ~OptionalChainNullLabelScope ()
 
BytecodeLabelslabels ()
 

Private Attributes

BytecodeGeneratorbytecode_generator_
 
BytecodeLabels labels_
 
BytecodeLabelsprev_
 

Detailed Description

Definition at line 1205 of file bytecode-generator.cc.

Constructor & Destructor Documentation

◆ OptionalChainNullLabelScope()

v8::internal::interpreter::BytecodeGenerator::OptionalChainNullLabelScope::OptionalChainNullLabelScope ( BytecodeGenerator * bytecode_generator)
inlineexplicit

Definition at line 1207 of file bytecode-generator.cc.

◆ ~OptionalChainNullLabelScope()

v8::internal::interpreter::BytecodeGenerator::OptionalChainNullLabelScope::~OptionalChainNullLabelScope ( )
inline

Definition at line 1214 of file bytecode-generator.cc.

Member Function Documentation

◆ labels()

BytecodeLabels * v8::internal::interpreter::BytecodeGenerator::OptionalChainNullLabelScope::labels ( )
inline

Definition at line 1218 of file bytecode-generator.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ bytecode_generator_

BytecodeGenerator* v8::internal::interpreter::BytecodeGenerator::OptionalChainNullLabelScope::bytecode_generator_
private

Definition at line 1221 of file bytecode-generator.cc.

◆ labels_

BytecodeLabels v8::internal::interpreter::BytecodeGenerator::OptionalChainNullLabelScope::labels_
private

Definition at line 1222 of file bytecode-generator.cc.

◆ prev_

BytecodeLabels* v8::internal::interpreter::BytecodeGenerator::OptionalChainNullLabelScope::prev_
private

Definition at line 1223 of file bytecode-generator.cc.


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