webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Static Public Attributes | List of all members
JSC::CallFrameSlot Struct Reference

#include <CallFrame.h>

Static Public Attributes

static const int codeBlock = CallerFrameAndPC::sizeInRegisters
 
static const int callee = codeBlock + 1
 
static const int argumentCount = callee + 1
 
static const int thisArgument = argumentCount + 1
 
static const int firstArgument = thisArgument + 1
 

Member Data Documentation

◆ argumentCount

static const int JSC::CallFrameSlot::argumentCount = callee + 1
static

◆ callee

static const int JSC::CallFrameSlot::callee = codeBlock + 1
static

◆ codeBlock

static const int JSC::CallFrameSlot::codeBlock = CallerFrameAndPC::sizeInRegisters
static

◆ firstArgument

static const int JSC::CallFrameSlot::firstArgument = thisArgument + 1
static

◆ thisArgument

static const int JSC::CallFrameSlot::thisArgument = argumentCount + 1
static

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