|
V8 Project
|
Stack-allocated class which sets the execution context for all operations executed within a local scope. More...
#include <v8.h>
Collaboration diagram for v8::Context::Scope:Public Member Functions | |
| Scope (Handle< Context > context) | |
| ~Scope () | |
Private Attributes | |
| Handle< Context > | context_ |
Stack-allocated class which sets the execution context for all operations executed within a local scope.
|
inline |