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

#include <ScriptValue.h>

Inheritance diagram for Deprecated::ScriptValue:
Deprecated::ScriptObject Deprecated::ScriptObject

Public Member Functions

 ScriptValue ()
 
 ScriptValue (JSC::VM &vm, JSC::JSValue value)
 
virtual ~ScriptValue ()
 
 operator JSC::JSValue () const
 
JSC::JSValue jsValue () const
 
bool getString (JSC::ExecState *, String &result) const
 
String toString (JSC::ExecState *) const
 
bool isEqual (JSC::ExecState *, const ScriptValue &) const
 
bool isNull () const
 
bool isUndefined () const
 
bool isObject () const
 
bool isFunction () const
 
bool hasNoValue () const
 
void clear ()
 
bool operator== (const ScriptValue &other) const
 
RefPtr< Inspector::InspectorValuetoInspectorValue (JSC::ExecState *) const
 
 ScriptValue ()
 
 ScriptValue (JSC::VM &vm, JSC::JSValue value)
 
virtual ~ScriptValue ()
 
 operator JSC::JSValue () const
 
JSC::JSValue jsValue () const
 
bool getString (JSC::ExecState *, String &result) const
 
String toString (JSC::ExecState *) const
 
bool isEqual (JSC::ExecState *, const ScriptValue &) const
 
bool isNull () const
 
bool isUndefined () const
 
bool isObject () const
 
bool isFunction () const
 
bool hasNoValue () const
 
void clear ()
 
bool operator== (const ScriptValue &other) const
 
RefPtr< Inspector::InspectorValuetoInspectorValue (JSC::ExecState *) const
 

Constructor & Destructor Documentation

◆ ScriptValue() [1/4]

Deprecated::ScriptValue::ScriptValue ( )
inline

◆ ScriptValue() [2/4]

Deprecated::ScriptValue::ScriptValue ( JSC::VM vm,
JSC::JSValue  value 
)
inline

◆ ~ScriptValue() [1/2]

Deprecated::ScriptValue::~ScriptValue ( )
virtual

◆ ScriptValue() [3/4]

Deprecated::ScriptValue::ScriptValue ( )
inline

◆ ScriptValue() [4/4]

Deprecated::ScriptValue::ScriptValue ( JSC::VM vm,
JSC::JSValue  value 
)
inline

◆ ~ScriptValue() [2/2]

virtual Deprecated::ScriptValue::~ScriptValue ( )
virtual

Member Function Documentation

◆ clear() [1/2]

void Deprecated::ScriptValue::clear ( )
inline

◆ clear() [2/2]

void Deprecated::ScriptValue::clear ( )
inline

◆ getString() [1/2]

bool Deprecated::ScriptValue::getString ( JSC::ExecState scriptState,
String &  result 
) const

◆ getString() [2/2]

bool Deprecated::ScriptValue::getString ( JSC::ExecState ,
String &  result 
) const

◆ hasNoValue() [1/2]

bool Deprecated::ScriptValue::hasNoValue ( ) const
inline

◆ hasNoValue() [2/2]

bool Deprecated::ScriptValue::hasNoValue ( ) const
inline

◆ isEqual() [1/2]

bool Deprecated::ScriptValue::isEqual ( JSC::ExecState ,
const ScriptValue  
) const

◆ isEqual() [2/2]

bool Deprecated::ScriptValue::isEqual ( JSC::ExecState scriptState,
const ScriptValue anotherValue 
) const

◆ isFunction() [1/2]

bool Deprecated::ScriptValue::isFunction ( ) const

◆ isFunction() [2/2]

bool Deprecated::ScriptValue::isFunction ( ) const

◆ isNull() [1/2]

bool Deprecated::ScriptValue::isNull ( ) const

◆ isNull() [2/2]

bool Deprecated::ScriptValue::isNull ( ) const

◆ isObject() [1/2]

bool Deprecated::ScriptValue::isObject ( ) const

◆ isObject() [2/2]

bool Deprecated::ScriptValue::isObject ( ) const

◆ isUndefined() [1/2]

bool Deprecated::ScriptValue::isUndefined ( ) const

◆ isUndefined() [2/2]

bool Deprecated::ScriptValue::isUndefined ( ) const

◆ jsValue() [1/2]

JSC::JSValue Deprecated::ScriptValue::jsValue ( ) const
inline

◆ jsValue() [2/2]

JSC::JSValue Deprecated::ScriptValue::jsValue ( ) const
inline

◆ operator JSC::JSValue() [1/2]

Deprecated::ScriptValue::operator JSC::JSValue ( ) const
inline

◆ operator JSC::JSValue() [2/2]

Deprecated::ScriptValue::operator JSC::JSValue ( ) const
inline

◆ operator==() [1/2]

bool Deprecated::ScriptValue::operator== ( const ScriptValue other) const
inline

◆ operator==() [2/2]

bool Deprecated::ScriptValue::operator== ( const ScriptValue other) const
inline

◆ toInspectorValue() [1/2]

RefPtr<Inspector::InspectorValue> Deprecated::ScriptValue::toInspectorValue ( JSC::ExecState ) const

◆ toInspectorValue() [2/2]

RefPtr< InspectorValue > Deprecated::ScriptValue::toInspectorValue ( JSC::ExecState scriptState) const

◆ toString() [1/2]

String Deprecated::ScriptValue::toString ( JSC::ExecState scriptState) const

◆ toString() [2/2]

String Deprecated::ScriptValue::toString ( JSC::ExecState ) const

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