|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <ScriptArguments.h>
Public Member Functions | |
| ~ScriptArguments () | |
| const Deprecated::ScriptValue & | argumentAt (size_t) const |
| size_t | argumentCount () const |
| JSC::ExecState * | globalState () const |
| bool | getFirstArgumentAsString (String &result) |
| bool | isEqual (ScriptArguments *) const |
| ~ScriptArguments () | |
| const Deprecated::ScriptValue & | argumentAt (size_t) const |
| size_t | argumentCount () const |
| JSC::ExecState * | globalState () const |
| bool | getFirstArgumentAsString (String &result) |
| bool | isEqual (ScriptArguments *) const |
Static Public Member Functions | |
| static Ref< ScriptArguments > | create (JSC::ExecState *, Vector< Deprecated::ScriptValue > &arguments) |
| static Ref< ScriptArguments > | createEmpty (JSC::ExecState *) |
| static Ref< ScriptArguments > | create (JSC::ExecState *, Vector< Deprecated::ScriptValue > &arguments) |
| static Ref< ScriptArguments > | createEmpty (JSC::ExecState *) |
| Inspector::ScriptArguments::~ScriptArguments | ( | ) |
| Inspector::ScriptArguments::~ScriptArguments | ( | ) |
| const Deprecated::ScriptValue & Inspector::ScriptArguments::argumentAt | ( | size_t | index | ) | const |
| const Deprecated::ScriptValue& Inspector::ScriptArguments::argumentAt | ( | size_t | ) | const |
|
inline |
|
inline |
|
static |
|
static |
|
static |
|
static |
| bool Inspector::ScriptArguments::getFirstArgumentAsString | ( | String & | result | ) |
| bool Inspector::ScriptArguments::getFirstArgumentAsString | ( | String & | result | ) |
| JSC::ExecState* Inspector::ScriptArguments::globalState | ( | ) | const |
| JSC::ExecState * Inspector::ScriptArguments::globalState | ( | ) | const |
| bool Inspector::ScriptArguments::isEqual | ( | ScriptArguments * | other | ) | const |
| bool Inspector::ScriptArguments::isEqual | ( | ScriptArguments * | ) | const |
1.8.13