V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::TypedFrameConstants Class Reference
Inheritance diagram for v8::internal::TypedFrameConstants:
v8::internal::CommonFrameConstants v8::internal::AllStatic v8::internal::ArgumentsAdaptorFrameConstants v8::internal::BuiltinContinuationFrameConstants v8::internal::BuiltinFrameConstants v8::internal::ConstructFrameConstants v8::internal::ExitFrameConstants v8::internal::ExitFrameConstants v8::internal::ExitFrameConstants v8::internal::ExitFrameConstants v8::internal::ExitFrameConstants v8::internal::ExitFrameConstants v8::internal::ExitFrameConstants v8::internal::ExitFrameConstants v8::internal::WasmCompiledFrameConstants v8::internal::WasmCompileLazyFrameConstants v8::internal::WasmCompileLazyFrameConstants v8::internal::WasmCompileLazyFrameConstants v8::internal::WasmCompileLazyFrameConstants v8::internal::WasmCompileLazyFrameConstants v8::internal::WasmCompileLazyFrameConstants v8::internal::WasmCompileLazyFrameConstants v8::internal::WasmCompileLazyFrameConstants

Static Public Attributes

static constexpr int kFrameTypeSize = kContextOrFrameTypeSize
 
static constexpr int kFrameTypeOffset = kContextOrFrameTypeOffset
 
static constexpr int kFixedFrameSizeFromFp = kCPSlotSize + kFrameTypeSize
 
static constexpr int kFixedSlotCountFromFp
 
static constexpr int kFixedFrameSize
 
static constexpr int kFixedSlotCount = kFixedFrameSize / kPointerSize
 
static constexpr int kFirstPushedFrameValueOffset
 
- Static Public Attributes inherited from v8::internal::CommonFrameConstants
static constexpr int kCallerFPOffset = 0 * kPointerSize
 
static constexpr int kCallerPCOffset = kCallerFPOffset + 1 * kFPOnStackSize
 
static constexpr int kCallerSPOffset = kCallerPCOffset + 1 * kPCOnStackSize
 
static constexpr int kFixedFrameSizeAboveFp = kPCOnStackSize + kFPOnStackSize
 
static constexpr int kFixedSlotCountAboveFp
 
static constexpr int kCPSlotSize
 
static constexpr int kCPSlotCount = kCPSlotSize / kPointerSize
 
static constexpr int kConstantPoolOffset
 
static constexpr int kContextOrFrameTypeSize = kPointerSize
 
static constexpr int kContextOrFrameTypeOffset
 

Detailed Description

Definition at line 192 of file frame-constants.h.

Member Data Documentation

◆ kFirstPushedFrameValueOffset

constexpr int v8::internal::TypedFrameConstants::kFirstPushedFrameValueOffset
static
Initial value:
=
-StandardFrameConstants::kCPSlotSize - kFrameTypeSize - kPointerSize

Definition at line 202 of file frame-constants.h.

◆ kFixedFrameSize

constexpr int v8::internal::TypedFrameConstants::kFixedFrameSize
static
Initial value:
=
StandardFrameConstants::kFixedFrameSizeAboveFp + kFixedFrameSizeFromFp

Definition at line 199 of file frame-constants.h.

◆ kFixedSlotCountFromFp

constexpr int v8::internal::TypedFrameConstants::kFixedSlotCountFromFp
static
Initial value:
=
kFixedFrameSizeFromFp / kPointerSize

Definition at line 197 of file frame-constants.h.


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