v8  3.11.10 (node 0.8.28)
V8 is Google's open source JavaScript engine
Context::Scope Class Reference

#include <v8.h>

Public Member Functions

 Scope (Handle< Context > context)
 
 ~Scope ()
 

Detailed Description

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

Definition at line 3620 of file v8.h.

Constructor & Destructor Documentation

◆ Scope()

Scope ( Handle< Context context)
inlineexplicit

Definition at line 3622 of file v8.h.

References Context::Enter(), and Handle< T >::operator->().

◆ ~Scope()

~Scope ( )
inline

Definition at line 3625 of file v8.h.

References Context::Exit(), and Handle< T >::operator->().


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