v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
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.

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

Constructor & Destructor Documentation

◆ Scope() [1/2]

Scope ( Isolate * isolate)
inlineexplicit

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

References Isolate::Isolate().

Referenced by operator=(), and Scope().

◆ ~Scope()

~Scope ( )
inline

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

◆ Scope() [2/2]

Scope ( const Scope & )
delete

References Scope().

Member Function Documentation

◆ operator=()

Scope & operator= ( const Scope & )
delete

References Isolate::Isolate(), and Scope().


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