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

#include <heap.h>

Collaboration diagram for v8::internal::AlwaysAllocateScopeForTesting:

Public Member Functions

 AlwaysAllocateScopeForTesting (Heap *heap)
 

Private Attributes

AlwaysAllocateScope scope_
 

Detailed Description

Definition at line 2555 of file heap.h.

Constructor & Destructor Documentation

◆ AlwaysAllocateScopeForTesting()

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

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

Member Data Documentation

◆ scope_

AlwaysAllocateScope v8::internal::AlwaysAllocateScopeForTesting::scope_
private

Definition at line 2560 of file heap.h.


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