v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include <handles.h>
Public Member Functions | |
DeferredHandleScope (Isolate *isolate) | |
DeferredHandles * | Detach () |
~DeferredHandleScope () | |
Friends | |
class | HandleScopeImplementer |
|
explicit |
Definition at line 1025 of file handles.cc.
References ASSERT, HandleScopeImplementer::blocks(), HandleScopeImplementer::GetSpareOrNewBlock(), Isolate::handle_scope_data(), HandleScopeImplementer::isolate(), and v8::internal::kHandleBlockSize.
~DeferredHandleScope | ( | ) |
Definition at line 1047 of file handles.cc.
References ASSERT, Isolate::handle_scope_data(), and HandleScopeImplementer::isolate().
DeferredHandles * Detach | ( | ) |
Definition at line 1054 of file handles.cc.
References Isolate::handle_scope_data(), and HandleScopeImplementer::isolate().
|
friend |