v8  6.2.414 (node 9.11.2)
V8 is Google's open source JavaScript engine
Isolate::Scope Class Reference

#include <v8.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.

Definition at line 6849 of file v8.h.

Constructor & Destructor Documentation

◆ Scope() [1/2]

Scope ( Isolate isolate)
inlineexplicit

Definition at line 6851 of file v8.h.

References Isolate::Enter().

◆ ~Scope()

~Scope ( )
inline

Definition at line 6855 of file v8.h.

References Isolate::Exit().

◆ Scope() [2/2]

Scope ( const Scope )
delete

Member Function Documentation

◆ operator=()

Scope& operator= ( const Scope )
delete

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