v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Isolate::Scope Class Reference

#include <v8.h>

Public Member Functions

 Scope (Isolate *isolate)
 
 ~Scope ()
 

Detailed Description

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

Definition at line 2783 of file v8.h.

Constructor & Destructor Documentation

Scope ( Isolate isolate)
inlineexplicit

Definition at line 2785 of file v8.h.

References Isolate::Enter().

~Scope ( )
inline

Definition at line 2789 of file v8.h.


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