v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StackHandlerConstants Class Reference

#include <frames.h>

Inheritance diagram for StackHandlerConstants:
Collaboration diagram for StackHandlerConstants:

Static Public Attributes

static const int kNextOffset = 0 * kPointerSize
 
static const int kCodeOffset = 1 * kPointerSize
 
static const int kStateOffset = 2 * kPointerSize
 
static const int kContextOffset = 3 * kPointerSize
 
static const int kFPOffset = 4 * kPointerSize
 
static const int kSize = kFPOffset + kFPOnStackSize
 
static const int kSlotCount = kSize >> kPointerSizeLog2
 

Detailed Description

Definition at line 92 of file frames.h.

Field Documentation

const int kCodeOffset = 1 * kPointerSize
static

Definition at line 95 of file frames.h.

const int kContextOffset = 3 * kPointerSize
static

Definition at line 97 of file frames.h.

const int kFPOffset = 4 * kPointerSize
static

Definition at line 98 of file frames.h.

const int kNextOffset = 0 * kPointerSize
static

Definition at line 94 of file frames.h.

const int kSize = kFPOffset + kFPOnStackSize
static

Definition at line 100 of file frames.h.

Referenced by StandardFrame::IterateExpressions().

const int kSlotCount = kSize >> kPointerSizeLog2
static
const int kStateOffset = 2 * kPointerSize
static

Definition at line 96 of file frames.h.


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