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

#include <vm-state.h>

Collaboration diagram for v8::internal::VMState< Tag >:

Public Member Functions

 VMState (Isolate *isolate)
 
 ~VMState ()
 
Isolateisolate ()
 

Private Attributes

Isolate *const isolate_
 
StateTag const previous_tag_
 
friend ExternalCallbackScope
 

Detailed Description

template<StateTag Tag>
class v8::internal::VMState< Tag >

Definition at line 21 of file vm-state.h.

Constructor & Destructor Documentation

◆ VMState()

template<StateTag Tag>
v8::internal::VMState< Tag >::VMState ( Isolate * isolate)
inlineexplicit

Definition at line 48 of file vm-state-inl.h.

◆ ~VMState()

template<StateTag Tag>
v8::internal::VMState< Tag >::~VMState ( )
inline

Definition at line 54 of file vm-state-inl.h.

Member Function Documentation

◆ isolate()

template<StateTag Tag>
Isolate * v8::internal::VMState< Tag >::isolate ( )
inline

Definition at line 26 of file vm-state.h.

Member Data Documentation

◆ ExternalCallbackScope

template<StateTag Tag>
friend v8::internal::VMState< Tag >::ExternalCallbackScope
private

Definition at line 32 of file vm-state.h.

◆ isolate_

template<StateTag Tag>
Isolate* const v8::internal::VMState< Tag >::isolate_
private

Definition at line 29 of file vm-state.h.

◆ previous_tag_

template<StateTag Tag>
StateTag const v8::internal::VMState< Tag >::previous_tag_
private

Definition at line 30 of file vm-state.h.


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