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

Public Member Functions

 ScopedFullHeapCrashKey (Isolate *isolate)
 
 ~ScopedFullHeapCrashKey ()
 

Private Attributes

Isolateisolate_ = nullptr
 

Detailed Description

Definition at line 361 of file scavenger.cc.

Constructor & Destructor Documentation

◆ ScopedFullHeapCrashKey()

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

Definition at line 363 of file scavenger.cc.

◆ ~ScopedFullHeapCrashKey()

v8::internal::ScopedFullHeapCrashKey::~ScopedFullHeapCrashKey ( )
inline

Definition at line 366 of file scavenger.cc.

Member Data Documentation

◆ isolate_

Isolate* v8::internal::ScopedFullHeapCrashKey::isolate_ = nullptr
private

Definition at line 371 of file scavenger.cc.


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