webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
Inspector::ScriptArguments Class Reference

#include <ScriptArguments.h>

Inheritance diagram for Inspector::ScriptArguments:

Public Member Functions

 ~ScriptArguments ()
 
const Deprecated::ScriptValueargumentAt (size_t) const
 
size_t argumentCount () const
 
JSC::ExecStateglobalState () const
 
bool getFirstArgumentAsString (String &result)
 
bool isEqual (ScriptArguments *) const
 
 ~ScriptArguments ()
 
const Deprecated::ScriptValueargumentAt (size_t) const
 
size_t argumentCount () const
 
JSC::ExecStateglobalState () const
 
bool getFirstArgumentAsString (String &result)
 
bool isEqual (ScriptArguments *) const
 

Static Public Member Functions

static Ref< ScriptArgumentscreate (JSC::ExecState *, Vector< Deprecated::ScriptValue > &arguments)
 
static Ref< ScriptArgumentscreateEmpty (JSC::ExecState *)
 
static Ref< ScriptArgumentscreate (JSC::ExecState *, Vector< Deprecated::ScriptValue > &arguments)
 
static Ref< ScriptArgumentscreateEmpty (JSC::ExecState *)
 

Constructor & Destructor Documentation

◆ ~ScriptArguments() [1/2]

Inspector::ScriptArguments::~ScriptArguments ( )

◆ ~ScriptArguments() [2/2]

Inspector::ScriptArguments::~ScriptArguments ( )

Member Function Documentation

◆ argumentAt() [1/2]

const Deprecated::ScriptValue & Inspector::ScriptArguments::argumentAt ( size_t  index) const

◆ argumentAt() [2/2]

const Deprecated::ScriptValue& Inspector::ScriptArguments::argumentAt ( size_t  ) const

◆ argumentCount() [1/2]

size_t Inspector::ScriptArguments::argumentCount ( ) const
inline

◆ argumentCount() [2/2]

size_t Inspector::ScriptArguments::argumentCount ( ) const
inline

◆ create() [1/2]

static Ref<ScriptArguments> Inspector::ScriptArguments::create ( JSC::ExecState ,
Vector< Deprecated::ScriptValue > &  arguments 
)
static

◆ create() [2/2]

Ref< ScriptArguments > Inspector::ScriptArguments::create ( JSC::ExecState scriptState,
Vector< Deprecated::ScriptValue > &  arguments 
)
static

◆ createEmpty() [1/2]

Ref< ScriptArguments > Inspector::ScriptArguments::createEmpty ( JSC::ExecState scriptState)
static

◆ createEmpty() [2/2]

static Ref<ScriptArguments> Inspector::ScriptArguments::createEmpty ( JSC::ExecState )
static

◆ getFirstArgumentAsString() [1/2]

bool Inspector::ScriptArguments::getFirstArgumentAsString ( String &  result)

◆ getFirstArgumentAsString() [2/2]

bool Inspector::ScriptArguments::getFirstArgumentAsString ( String &  result)

◆ globalState() [1/2]

JSC::ExecState* Inspector::ScriptArguments::globalState ( ) const

◆ globalState() [2/2]

JSC::ExecState * Inspector::ScriptArguments::globalState ( ) const

◆ isEqual() [1/2]

bool Inspector::ScriptArguments::isEqual ( ScriptArguments other) const

◆ isEqual() [2/2]

bool Inspector::ScriptArguments::isEqual ( ScriptArguments ) const

The documentation for this class was generated from the following files: