v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::VMStateIfMainThread< tag > Class Template Reference
Collaboration diagram for v8::internal::VMStateIfMainThread< tag >:

Public Member Functions

 VMStateIfMainThread (Isolate *isolate)
 

Private Attributes

std::optional< VMState< tag > > vm_state_
 

Detailed Description

template<StateTag tag>
class v8::internal::VMStateIfMainThread< tag >

Definition at line 1250 of file log.cc.

Constructor & Destructor Documentation

◆ VMStateIfMainThread()

template<StateTag tag>
v8::internal::VMStateIfMainThread< tag >::VMStateIfMainThread ( Isolate * isolate)
inlineexplicit

Definition at line 1252 of file log.cc.

Here is the call graph for this function:

Member Data Documentation

◆ vm_state_

template<StateTag tag>
std::optional<VMState<tag> > v8::internal::VMStateIfMainThread< tag >::vm_state_
private

Definition at line 1259 of file log.cc.


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