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

#include <zone.h>

Collaboration diagram for v8::internal::ZoneScope:

Public Member Functions

 ZoneScope (Zone *zone)
 
 ~ZoneScope ()
 

Private Attributes

Zone *const zone_
 
const ZoneSnapshot snapshot_
 

Detailed Description

Definition at line 313 of file zone.h.

Constructor & Destructor Documentation

◆ ZoneScope()

v8::internal::ZoneScope::ZoneScope ( Zone * zone)
inlineexplicit

Definition at line 315 of file zone.h.

◆ ~ZoneScope()

v8::internal::ZoneScope::~ZoneScope ( )
inline

Definition at line 317 of file zone.h.

Member Data Documentation

◆ snapshot_

const ZoneSnapshot v8::internal::ZoneScope::snapshot_
private

Definition at line 321 of file zone.h.

◆ zone_

Zone* const v8::internal::ZoneScope::zone_
private

Definition at line 320 of file zone.h.


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