#include <ShadowChicken.h>
|
static JSObject * | tailMarker () |
|
static JSObject * | throwMarker () |
|
static Packet | prologue (JSObject *callee, CallFrame *frame, CallFrame *callerFrame, JSScope *scope) |
|
static Packet | tail (CallFrame *frame, JSValue thisValue, JSScope *scope, CodeBlock *codeBlock, CallSiteIndex callSiteIndex) |
|
static Packet | throwPacket () |
|
static JSObject * | tailMarker () |
|
static JSObject * | throwMarker () |
|
static Packet | prologue (JSObject *callee, CallFrame *frame, CallFrame *callerFrame, JSScope *scope) |
|
static Packet | tail (CallFrame *frame, JSValue thisValue, JSScope *scope, CodeBlock *codeBlock, CallSiteIndex callSiteIndex) |
|
static Packet | throwPacket () |
|
◆ Packet() [1/2]
JSC::ShadowChicken::Packet::Packet |
( |
| ) |
|
|
inline |
◆ Packet() [2/2]
JSC::ShadowChicken::Packet::Packet |
( |
| ) |
|
|
inline |
◆ dump() [1/2]
void JSC::ShadowChicken::Packet::dump |
( |
PrintStream & |
out | ) |
const |
◆ dump() [2/2]
void JSC::ShadowChicken::Packet::dump |
( |
PrintStream & |
| ) |
const |
◆ isPrologue() [1/2]
bool JSC::ShadowChicken::Packet::isPrologue |
( |
| ) |
const |
|
inline |
◆ isPrologue() [2/2]
bool JSC::ShadowChicken::Packet::isPrologue |
( |
| ) |
const |
|
inline |
◆ isTail() [1/2]
bool JSC::ShadowChicken::Packet::isTail |
( |
| ) |
const |
|
inline |
◆ isTail() [2/2]
bool JSC::ShadowChicken::Packet::isTail |
( |
| ) |
const |
|
inline |
◆ isThrow() [1/2]
bool JSC::ShadowChicken::Packet::isThrow |
( |
| ) |
const |
|
inline |
◆ isThrow() [2/2]
bool JSC::ShadowChicken::Packet::isThrow |
( |
| ) |
const |
|
inline |
◆ operator bool() [1/2]
JSC::ShadowChicken::Packet::operator bool |
( |
| ) |
const |
|
inlineexplicit |
◆ operator bool() [2/2]
JSC::ShadowChicken::Packet::operator bool |
( |
| ) |
const |
|
inlineexplicit |
◆ prologue() [1/2]
◆ prologue() [2/2]
◆ tail() [1/2]
◆ tail() [2/2]
◆ tailMarker() [1/2]
static JSObject* JSC::ShadowChicken::Packet::tailMarker |
( |
| ) |
|
|
inlinestatic |
◆ tailMarker() [2/2]
static JSObject* JSC::ShadowChicken::Packet::tailMarker |
( |
| ) |
|
|
inlinestatic |
◆ throwMarker() [1/2]
static JSObject* JSC::ShadowChicken::Packet::throwMarker |
( |
| ) |
|
|
inlinestatic |
◆ throwMarker() [2/2]
static JSObject* JSC::ShadowChicken::Packet::throwMarker |
( |
| ) |
|
|
inlinestatic |
◆ throwPacket() [1/2]
static Packet JSC::ShadowChicken::Packet::throwPacket |
( |
| ) |
|
|
inlinestatic |
◆ throwPacket() [2/2]
static Packet JSC::ShadowChicken::Packet::throwPacket |
( |
| ) |
|
|
inlinestatic |
◆ callee
JSObject * JSC::ShadowChicken::Packet::callee { nullptr } |
◆ callerFrame
CallFrame * JSC::ShadowChicken::Packet::callerFrame { nullptr } |
◆ callSiteIndex
◆ codeBlock
CodeBlock * JSC::ShadowChicken::Packet::codeBlock { nullptr } |
◆ frame
CallFrame * JSC::ShadowChicken::Packet::frame { nullptr } |
◆ scope
JSScope * JSC::ShadowChicken::Packet::scope { nullptr } |
◆ thisValue
◆ unlikelyValue
static const unsigned JSC::ShadowChicken::Packet::unlikelyValue = 0x7a11 |
|
static |
The documentation for this struct was generated from the following files: