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

#include <frames.h>

Inheritance diagram for v8::internal::StackHandlerConstants:
Collaboration diagram for v8::internal::StackHandlerConstants:

Static Public Attributes

static const int kNextOffset = 0 * kSystemPointerSize
 
static const int kPaddingOffset = 1 * kSystemPointerSize
 
static const int kSize = kPaddingOffset + kSystemPointerSize
 
static const int kSlotCount = kSize >> kSystemPointerSizeLog2
 

Detailed Description

Definition at line 87 of file frames.h.

Member Data Documentation

◆ kNextOffset

const int v8::internal::StackHandlerConstants::kNextOffset = 0 * kSystemPointerSize
static

Definition at line 89 of file frames.h.

◆ kPaddingOffset

const int v8::internal::StackHandlerConstants::kPaddingOffset = 1 * kSystemPointerSize
static

Definition at line 90 of file frames.h.

◆ kSize

const int v8::internal::StackHandlerConstants::kSize = kPaddingOffset + kSystemPointerSize
static

Definition at line 92 of file frames.h.

◆ kSlotCount

const int v8::internal::StackHandlerConstants::kSlotCount = kSize >> kSystemPointerSizeLog2
static

Definition at line 93 of file frames.h.


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