v8  3.25.30(node0.11.13)
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

V8_INLINE Scope (Handle< 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 5316 of file v8.h.

Constructor & Destructor Documentation

V8_INLINE Scope ( Handle< Context context)
inlineexplicit

Definition at line 5318 of file v8.h.

V8_INLINE ~Scope ( )
inline

Definition at line 5321 of file v8.h.


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