|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <ScriptCallStack.h>
Public Member Functions | |
| ~ScriptCallStack () | |
| const ScriptCallFrame & | at (size_t) const |
| size_t | size () const |
| const ScriptCallFrame * | firstNonNativeCallFrame () const |
| void | append (const ScriptCallFrame &) |
| bool | isEqual (ScriptCallStack *) const |
| Ref< Inspector::Protocol::Array< Inspector::Protocol::Console::CallFrame > > | buildInspectorArray () const |
| ~ScriptCallStack () | |
| const ScriptCallFrame & | at (size_t) const |
| size_t | size () const |
| const ScriptCallFrame * | firstNonNativeCallFrame () const |
| void | append (const ScriptCallFrame &) |
| bool | isEqual (ScriptCallStack *) const |
| Ref< Inspector::Protocol::Array< Inspector::Protocol::Console::CallFrame > > | buildInspectorArray () const |
Static Public Member Functions | |
| static Ref< ScriptCallStack > | create () |
| static Ref< ScriptCallStack > | create (Vector< ScriptCallFrame > &) |
| static Ref< ScriptCallStack > | create () |
| static Ref< ScriptCallStack > | create (Vector< ScriptCallFrame > &) |
Static Public Attributes | |
| static const size_t | maxCallStackSizeToCapture = 200 |
| Inspector::ScriptCallStack::~ScriptCallStack | ( | ) |
| Inspector::ScriptCallStack::~ScriptCallStack | ( | ) |
| void Inspector::ScriptCallStack::append | ( | const ScriptCallFrame & | frame | ) |
| void Inspector::ScriptCallStack::append | ( | const ScriptCallFrame & | ) |
| const ScriptCallFrame& Inspector::ScriptCallStack::at | ( | size_t | ) | const |
| const ScriptCallFrame & Inspector::ScriptCallStack::at | ( | size_t | index | ) | const |
| Ref<Inspector::Protocol::Array<Inspector::Protocol::Console::CallFrame> > Inspector::ScriptCallStack::buildInspectorArray | ( | ) | const |
| Ref< Inspector::Protocol::Array< Inspector::Protocol::Console::CallFrame > > Inspector::ScriptCallStack::buildInspectorArray | ( | ) | const |
|
static |
|
static |
|
static |
|
static |
| const ScriptCallFrame * Inspector::ScriptCallStack::firstNonNativeCallFrame | ( | ) | const |
| const ScriptCallFrame* Inspector::ScriptCallStack::firstNonNativeCallFrame | ( | ) | const |
| bool Inspector::ScriptCallStack::isEqual | ( | ScriptCallStack * | ) | const |
| bool Inspector::ScriptCallStack::isEqual | ( | ScriptCallStack * | o | ) | const |
| size_t Inspector::ScriptCallStack::size | ( | ) | const |
| size_t Inspector::ScriptCallStack::size | ( | ) | const |
|
static |
1.8.13