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

#include <js-heap-broker.h>

Collaboration diagram for v8::internal::compiler::JSHeapBrokerScopeForTesting:

Public Member Functions

 JSHeapBrokerScopeForTesting (JSHeapBroker *broker, Isolate *isolate, Zone *zone)
 
 JSHeapBrokerScopeForTesting (JSHeapBroker *broker, std::unique_ptr< CanonicalHandlesMap > canonical_handles)
 
 ~JSHeapBrokerScopeForTesting ()
 

Private Attributes

std::unique_ptr< CanonicalHandlesMapcanonical_handles_
 
JSHeapBroker *const broker_
 

Detailed Description

Definition at line 564 of file js-heap-broker.h.

Constructor & Destructor Documentation

◆ JSHeapBrokerScopeForTesting() [1/2]

v8::internal::compiler::JSHeapBrokerScopeForTesting::JSHeapBrokerScopeForTesting ( JSHeapBroker * broker,
Isolate * isolate,
Zone * zone )
inline

Definition at line 566 of file js-heap-broker.h.

◆ JSHeapBrokerScopeForTesting() [2/2]

v8::internal::compiler::JSHeapBrokerScopeForTesting::JSHeapBrokerScopeForTesting ( JSHeapBroker * broker,
std::unique_ptr< CanonicalHandlesMap > canonical_handles )
inline

Definition at line 571 of file js-heap-broker.h.

◆ ~JSHeapBrokerScopeForTesting()

v8::internal::compiler::JSHeapBrokerScopeForTesting::~JSHeapBrokerScopeForTesting ( )
inline

Definition at line 577 of file js-heap-broker.h.

Member Data Documentation

◆ broker_

JSHeapBroker* const v8::internal::compiler::JSHeapBrokerScopeForTesting::broker_
private

Definition at line 581 of file js-heap-broker.h.

◆ canonical_handles_

std::unique_ptr<CanonicalHandlesMap> v8::internal::compiler::JSHeapBrokerScopeForTesting::canonical_handles_
private

Definition at line 580 of file js-heap-broker.h.


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