v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 3781 of file v8.h.

Constructor & Destructor Documentation

Scope ( Handle< Context context)
inlineexplicit

Definition at line 3783 of file v8.h.

~Scope ( )
inline

Definition at line 3786 of file v8.h.


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