v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
Context::Scope Class Reference

#include <v8-context.h>

Public Member Functions

V8_INLINE Scope (Local< Context > context)
 
V8_INLINE ~Scope ()
 

Detailed Description

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

Definition at line 369 of file v8-context.h.

Constructor & Destructor Documentation

◆ Scope()

V8_INLINE Scope ( Local< Context context)
inlineexplicit

Definition at line 371 of file v8-context.h.

◆ ~Scope()

V8_INLINE ~Scope ( )
inline

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


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