v8  7.4.288(node12.0.0)
V8 is Google's open source JavaScript engine
Context::Scope Class Reference

#include <v8.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 9467 of file v8.h.

Constructor & Destructor Documentation

◆ Scope()

V8_INLINE Scope ( Local< Context context)
inlineexplicit

Definition at line 9469 of file v8.h.

◆ ~Scope()

V8_INLINE ~Scope ( )
inline

Definition at line 9472 of file v8.h.


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