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

#include <api.h>

Collaboration diagram for v8::internal::HandleScopeImplementer::EnteredContextRewindScope:

Public Member Functions

 EnteredContextRewindScope (HandleScopeImplementer *hsi)
 
 ~EnteredContextRewindScope ()
 

Private Attributes

HandleScopeImplementerhsi_
 
size_t saved_entered_context_count_
 

Detailed Description

Definition at line 328 of file api.h.

Constructor & Destructor Documentation

◆ EnteredContextRewindScope()

v8::internal::HandleScopeImplementer::EnteredContextRewindScope::EnteredContextRewindScope ( HandleScopeImplementer * hsi)
inlineexplicit

Definition at line 330 of file api.h.

◆ ~EnteredContextRewindScope()

v8::internal::HandleScopeImplementer::EnteredContextRewindScope::~EnteredContextRewindScope ( )
inline

Definition at line 333 of file api.h.

Member Data Documentation

◆ hsi_

HandleScopeImplementer* v8::internal::HandleScopeImplementer::EnteredContextRewindScope::hsi_
private

Definition at line 340 of file api.h.

◆ saved_entered_context_count_

size_t v8::internal::HandleScopeImplementer::EnteredContextRewindScope::saved_entered_context_count_
private

Definition at line 341 of file api.h.


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