V8 Project
|
Stack-allocated class which sets the execution context for all operations executed within a local scope. More...
#include <v8.h>
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 |