V8  latest master commit
V8 is Google's open source JavaScript engine
v8::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 10429 of file v8.h.

Constructor & Destructor Documentation

◆ Scope()

V8_INLINE v8::Context::Scope::Scope ( Local< Context context)
inlineexplicit

Definition at line 10431 of file v8.h.

◆ ~Scope()

V8_INLINE v8::Context::Scope::~Scope ( )
inline

Definition at line 10434 of file v8.h.


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