v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::HandleScopeData Struct Referencefinal

#include <handles.h>

Collaboration diagram for v8::internal::HandleScopeData:

Public Member Functions

void Initialize ()
 

Public Attributes

Addressnext
 
Addresslimit
 
int level
 
int sealed_level
 

Static Public Attributes

static constexpr uint32_t kSizeInBytes
 

Detailed Description

Definition at line 371 of file handles.h.

Member Function Documentation

◆ Initialize()

void v8::internal::HandleScopeData::Initialize ( )
inline

Definition at line 380 of file handles.h.

Here is the caller graph for this function:

Member Data Documentation

◆ kSizeInBytes

uint32_t v8::internal::HandleScopeData::kSizeInBytes
staticconstexpr
Initial value:
=
constexpr int kSystemPointerSize
Definition globals.h:410
constexpr int kInt32Size
Definition globals.h:401

Definition at line 372 of file handles.h.

◆ level

int v8::internal::HandleScopeData::level

Definition at line 377 of file handles.h.

◆ limit

Address* v8::internal::HandleScopeData::limit

Definition at line 376 of file handles.h.

◆ next

Address* v8::internal::HandleScopeData::next

Definition at line 375 of file handles.h.

◆ sealed_level

int v8::internal::HandleScopeData::sealed_level

Definition at line 378 of file handles.h.


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