v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <handles.h>
Public Member Functions | |
void | Initialize () |
Data Fields | |
internal::Object ** | next |
internal::Object ** | limit |
int | level |
|
inline |
Definition at line 324 of file handles.h.
References HandleScopeData::level, HandleScopeData::limit, HandleScopeData::next, and v8::internal::NULL.
Referenced by HandleScopeImplementer::ArchiveThread().
int level |
Definition at line 322 of file handles.h.
Referenced by HandleScope::CloseAndEscape(), HandleScope::current_level_address(), DeferredHandleScope::DeferredHandleScope(), HandleScope::HandleScope(), HandleScopeData::Initialize(), and DeferredHandleScope::~DeferredHandleScope().
internal::Object** limit |
Definition at line 321 of file handles.h.
Referenced by HandleScope::CloseAndEscape(), HandleScope::CreateHandle(), HandleScope::current_limit_address(), DeferredHandleScope::DeferredHandleScope(), HandleScope::DeleteExtensions(), DeferredHandleScope::Detach(), HandleScope::HandleScope(), HandleScopeData::Initialize(), and TEST().
internal::Object** next |
Definition at line 320 of file handles.h.
Referenced by HandleScope::CloseAndEscape(), HandleScope::CreateHandle(), HandleScope::current_next_address(), DeferredHandleScope::DeferredHandleScope(), DeferredHandleScope::Detach(), HandleScope::HandleScope(), HandleScopeData::Initialize(), HandleScope::NumberOfHandles(), and TEST().