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

#include <isolate.h>

Inheritance diagram for v8::internal::SaveContext:
Collaboration diagram for v8::internal::SaveContext:

Public Member Functions

 SaveContext (Isolate *isolate)
 
 ~SaveContext ()
 

Private Attributes

Isolate *const isolate_
 
Handle< Contextcontext_
 
Handle< Contexttopmost_script_having_context_
 

Detailed Description

Definition at line 2961 of file isolate.h.

Constructor & Destructor Documentation

◆ SaveContext()

v8::internal::SaveContext::SaveContext ( Isolate * isolate)
explicit

Definition at line 7325 of file isolate.cc.

◆ ~SaveContext()

v8::internal::SaveContext::~SaveContext ( )

Definition at line 7335 of file isolate.cc.

Here is the call graph for this function:

Member Data Documentation

◆ context_

Handle<Context> v8::internal::SaveContext::context_
private

Definition at line 2969 of file isolate.h.

◆ isolate_

Isolate* const v8::internal::SaveContext::isolate_
private

Definition at line 2968 of file isolate.h.

◆ topmost_script_having_context_

Handle<Context> v8::internal::SaveContext::topmost_script_having_context_
private

Definition at line 2970 of file isolate.h.


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