V8 Project
v8::internal::FullCodeGenerator::WithOrCatch Class Reference
+ Inheritance diagram for v8::internal::FullCodeGenerator::WithOrCatch:
+ Collaboration diagram for v8::internal::FullCodeGenerator::WithOrCatch:

Public Member Functions

 WithOrCatch (FullCodeGenerator *codegen)
 
virtual ~WithOrCatch ()
 
virtual NestedStatementExit (int *stack_depth, int *context_length)
 

Detailed Description

Definition at line 282 of file full-codegen.h.

Constructor & Destructor Documentation

◆ WithOrCatch()

v8::internal::FullCodeGenerator::WithOrCatch::WithOrCatch ( FullCodeGenerator codegen)
inlineexplicit

Definition at line 284 of file full-codegen.h.

285  : NestedStatement(codegen) {
286  }

◆ ~WithOrCatch()

virtual v8::internal::FullCodeGenerator::WithOrCatch::~WithOrCatch ( )
inlinevirtual

Definition at line 287 of file full-codegen.h.

287 {}

Member Function Documentation

◆ Exit()

virtual NestedStatement* v8::internal::FullCodeGenerator::WithOrCatch::Exit ( int stack_depth,
int context_length 
)
inlinevirtual

Definition at line 289 of file full-codegen.h.

289  {
290  ++(*context_length);
291  return previous_;
292  }

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