v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::Context::Scope Class Reference

#include <v8-context.h>

Collaboration diagram for v8::Context::Scope:

Public Member Functions

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

Private Attributes

Local< Contextcontext_
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ Scope()

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

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

◆ ~Scope()

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

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

Member Data Documentation

◆ context_

Local<Context> v8::Context::Scope::context_
private

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


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