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

#include <parked-scope.h>

Collaboration diagram for v8::internal::UnparkedScopeIfOnBackground:

Public Member Functions

 UnparkedScopeIfOnBackground (LocalIsolate *local_isolate)
 
 UnparkedScopeIfOnBackground (LocalHeap *local_heap)
 

Private Attributes

std::optional< UnparkedScopescope_
 

Detailed Description

Definition at line 60 of file parked-scope.h.

Constructor & Destructor Documentation

◆ UnparkedScopeIfOnBackground() [1/2]

v8::internal::UnparkedScopeIfOnBackground::UnparkedScopeIfOnBackground ( LocalIsolate * local_isolate)
inlineexplicit

Definition at line 62 of file parked-scope.h.

◆ UnparkedScopeIfOnBackground() [2/2]

v8::internal::UnparkedScopeIfOnBackground::UnparkedScopeIfOnBackground ( LocalHeap * local_heap)
inlineexplicit

Definition at line 64 of file parked-scope.h.

Here is the call graph for this function:

Member Data Documentation

◆ scope_

std::optional<UnparkedScope> v8::internal::UnparkedScopeIfOnBackground::scope_
private

Definition at line 69 of file parked-scope.h.


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