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

#include <js-heap-broker.h>

Collaboration diagram for v8::internal::compiler::UnparkedScopeIfNeeded:

Public Member Functions

 UnparkedScopeIfNeeded (JSHeapBroker *broker, bool extra_condition=true)
 

Private Attributes

std::optional< UnparkedScopeunparked_scope
 

Detailed Description

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

Constructor & Destructor Documentation

◆ UnparkedScopeIfNeeded()

v8::internal::compiler::UnparkedScopeIfNeeded::UnparkedScopeIfNeeded ( JSHeapBroker * broker,
bool extra_condition = true )
inlineexplicit

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

Here is the call graph for this function:

Member Data Documentation

◆ unparked_scope

std::optional<UnparkedScope> v8::internal::compiler::UnparkedScopeIfNeeded::unparked_scope
private

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


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