v8
3.25.30(node0.11.13)
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 726 of file handles.cc.
References ASSERT, HandleScopeImplementer::blocks(), HandleScopeImplementer::GetSpareOrNewBlock(), Isolate::handle_scope_data(), HandleScopeImplementer::isolate(), v8::internal::kHandleBlockSize, HandleScopeData::level, HandleScopeData::limit, and HandleScopeData::next.
~DeferredHandleScope | ( | ) |
Definition at line 746 of file handles.cc.
References ASSERT, Isolate::handle_scope_data(), HandleScopeImplementer::isolate(), and HandleScopeData::level.
DeferredHandles * Detach | ( | ) |
Definition at line 753 of file handles.cc.
References Isolate::handle_scope_data(), HandleScopeImplementer::isolate(), HandleScopeData::limit, and HandleScopeData::next.
Referenced by TEST().
|
friend |