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

#include <v8-isolate.h>

Collaboration diagram for v8::Isolate::Scope:

Public Member Functions

 Scope (Isolate *isolate)
 
 ~Scope ()
 
 Scope (const Scope &)=delete
 
Scopeoperator= (const Scope &)=delete
 

Private Attributes

Isolate *const v8_isolate_
 

Detailed Description

Stack-allocated class which sets the isolate for all operations executed within a local scope.

Definition at line 368 of file v8-isolate.h.

Constructor & Destructor Documentation

◆ Scope() [1/2]

v8::Isolate::Scope::Scope ( Isolate * isolate)
inlineexplicit

Definition at line 370 of file v8-isolate.h.

◆ ~Scope()

v8::Isolate::Scope::~Scope ( )
inline

Definition at line 374 of file v8-isolate.h.

◆ Scope() [2/2]

v8::Isolate::Scope::Scope ( const Scope & )
delete

Member Function Documentation

◆ operator=()

Scope & v8::Isolate::Scope::operator= ( const Scope & )
delete

Member Data Documentation

◆ v8_isolate_

Isolate* const v8::Isolate::Scope::v8_isolate_
private

Definition at line 381 of file v8-isolate.h.


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