![]() |
v8 14.1.146 (node 25.0.0)
V8 is Google's open source JavaScript engine
|
#include <v8-internal.h>
Public Member Functions | |
| void | Initialize () |
Data Fields | |
| Address * | next |
| Address * | limit |
| int | level |
| int | sealed_level |
Static Public Attributes | |
| static constexpr uint32_t | kSizeInBytes |
Definition at line 861 of file v8-internal.h.
|
inline |
Definition at line 870 of file v8-internal.h.
References HandleScopeData::level, HandleScopeData::limit, HandleScopeData::next, and HandleScopeData::sealed_level.
|
staticconstexpr |
Definition at line 862 of file v8-internal.h.
| int level |
Definition at line 867 of file v8-internal.h.
Referenced by HandleScopeData::Initialize(), HandleScope::Initialize(), and HandleScope::~HandleScope().
| Address* limit |
Definition at line 866 of file v8-internal.h.
Referenced by HandleScope::CreateHandle(), HandleScopeData::Initialize(), HandleScope::Initialize(), and HandleScope::~HandleScope().
| Address* next |
Definition at line 865 of file v8-internal.h.
Referenced by HandleScope::CreateHandle(), HandleScopeData::Initialize(), HandleScope::Initialize(), and HandleScope::~HandleScope().
| int sealed_level |
Definition at line 868 of file v8-internal.h.
Referenced by HandleScopeData::Initialize().