Loading...
Searching...
No Matches
Public Member Functions | List of all members
v8::Isolate::Scope Class Reference

#include <v8-isolate.h>

Public Member Functions

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

Detailed Description

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

Examples
shell.cc.

Constructor & Destructor Documentation

◆ Scope() [1/2]

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

◆ ~Scope()

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

◆ Scope() [2/2]

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

Member Function Documentation

◆ operator=()

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

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