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

#include <isolate.h>

Collaboration diagram for v8::internal::Isolate::EnableRoAllocationForSnapshotScope:

Public Member Functions

 EnableRoAllocationForSnapshotScope (Isolate *isolate)
 
 ~EnableRoAllocationForSnapshotScope ()
 

Private Attributes

Isolate *const isolate_
 

Detailed Description

Definition at line 2361 of file isolate.h.

Constructor & Destructor Documentation

◆ EnableRoAllocationForSnapshotScope()

v8::internal::Isolate::EnableRoAllocationForSnapshotScope::EnableRoAllocationForSnapshotScope ( Isolate * isolate)
inlineexplicit

Definition at line 2363 of file isolate.h.

◆ ~EnableRoAllocationForSnapshotScope()

v8::internal::Isolate::EnableRoAllocationForSnapshotScope::~EnableRoAllocationForSnapshotScope ( )
inline

Definition at line 2369 of file isolate.h.

Member Data Documentation

◆ isolate_

Isolate* const v8::internal::Isolate::EnableRoAllocationForSnapshotScope::isolate_
private

Definition at line 2375 of file isolate.h.


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