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

#include <heap.h>

Collaboration diagram for v8::internal::IgnoreLocalGCRequests:

Public Member Functions

 IgnoreLocalGCRequests (Heap *heap)
 
 ~IgnoreLocalGCRequests ()
 

Private Attributes

Heapheap_
 

Detailed Description

Definition at line 2581 of file heap.h.

Constructor & Destructor Documentation

◆ IgnoreLocalGCRequests()

v8::internal::IgnoreLocalGCRequests::IgnoreLocalGCRequests ( Heap * heap)
inlineexplicit

Definition at line 448 of file heap-inl.h.

◆ ~IgnoreLocalGCRequests()

v8::internal::IgnoreLocalGCRequests::~IgnoreLocalGCRequests ( )
inline

Definition at line 452 of file heap-inl.h.

Member Data Documentation

◆ heap_

Heap* v8::internal::IgnoreLocalGCRequests::heap_
private

Definition at line 2587 of file heap.h.


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