#include <ShadowChicken.h>
|
| | Frame () |
| |
| | Frame (JSObject *callee, CallFrame *frame, bool isTailDeleted, JSValue thisValue=JSValue(), JSScope *scope=nullptr, CodeBlock *codeBlock=nullptr, CallSiteIndex callSiteIndex=CallSiteIndex()) |
| |
| bool | operator== (const Frame &other) const |
| |
| bool | operator!= (const Frame &other) const |
| |
| void | dump (PrintStream &) const |
| |
| | Frame () |
| |
| | Frame (JSObject *callee, CallFrame *frame, bool isTailDeleted, JSValue thisValue=JSValue(), JSScope *scope=nullptr, CodeBlock *codeBlock=nullptr, CallSiteIndex callSiteIndex=CallSiteIndex()) |
| |
| bool | operator== (const Frame &other) const |
| |
| bool | operator!= (const Frame &other) const |
| |
| void | dump (PrintStream &) const |
| |
◆ Frame() [1/4]
| JSC::ShadowChicken::Frame::Frame |
( |
| ) |
|
|
inline |
◆ Frame() [2/4]
◆ Frame() [3/4]
| JSC::ShadowChicken::Frame::Frame |
( |
| ) |
|
|
inline |
◆ Frame() [4/4]
◆ dump() [1/2]
| void JSC::ShadowChicken::Frame::dump |
( |
PrintStream & |
out | ) |
const |
◆ dump() [2/2]
| void JSC::ShadowChicken::Frame::dump |
( |
PrintStream & |
| ) |
const |
◆ operator!=() [1/2]
| bool JSC::ShadowChicken::Frame::operator!= |
( |
const Frame & |
other | ) |
const |
|
inline |
◆ operator!=() [2/2]
| bool JSC::ShadowChicken::Frame::operator!= |
( |
const Frame & |
other | ) |
const |
|
inline |
◆ operator==() [1/2]
| bool JSC::ShadowChicken::Frame::operator== |
( |
const Frame & |
other | ) |
const |
|
inline |
◆ operator==() [2/2]
| bool JSC::ShadowChicken::Frame::operator== |
( |
const Frame & |
other | ) |
const |
|
inline |
◆ callee
| JSObject * JSC::ShadowChicken::Frame::callee { nullptr } |
◆ callSiteIndex
◆ codeBlock
| CodeBlock * JSC::ShadowChicken::Frame::codeBlock { nullptr } |
◆ frame
| CallFrame * JSC::ShadowChicken::Frame::frame { nullptr } |
◆ isTailDeleted
| bool JSC::ShadowChicken::Frame::isTailDeleted { false } |
◆ scope
| JSScope * JSC::ShadowChicken::Frame::scope { nullptr } |
◆ thisValue
The documentation for this struct was generated from the following files: