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

#include <ScriptObject.h>

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

Public Member Functions

JS_EXPORT_PRIVATE ScriptObject (JSC::ExecState *, JSC::JSObject *)
 
JS_EXPORT_PRIVATE ScriptObject (JSC::ExecState *, const ScriptValue &)
 
 ScriptObject ()
 
 operator JSC::JSObject * () const
 
JSC::JSObjectjsObject () const
 
JSC::ExecStatescriptState () const
 
JS_EXPORT_PRIVATE ScriptObject (JSC::ExecState *, JSC::JSObject *)
 
JS_EXPORT_PRIVATE ScriptObject (JSC::ExecState *, const ScriptValue &)
 
 ScriptObject ()
 
 operator JSC::JSObject * () const
 
JSC::JSObjectjsObject () const
 
JSC::ExecStatescriptState () const
 
- Public Member Functions inherited from Deprecated::ScriptValue
 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

◆ ScriptObject() [1/6]

Deprecated::ScriptObject::ScriptObject ( JSC::ExecState scriptState,
JSC::JSObject object 
)

◆ ScriptObject() [2/6]

Deprecated::ScriptObject::ScriptObject ( JSC::ExecState scriptState,
const ScriptValue scriptValue 
)

◆ ScriptObject() [3/6]

Deprecated::ScriptObject::ScriptObject ( )
inline

◆ ScriptObject() [4/6]

JS_EXPORT_PRIVATE Deprecated::ScriptObject::ScriptObject ( JSC::ExecState ,
JSC::JSObject  
)

◆ ScriptObject() [5/6]

JS_EXPORT_PRIVATE Deprecated::ScriptObject::ScriptObject ( JSC::ExecState ,
const ScriptValue  
)

◆ ScriptObject() [6/6]

Deprecated::ScriptObject::ScriptObject ( )
inline

Member Function Documentation

◆ jsObject() [1/2]

JSC::JSObject* Deprecated::ScriptObject::jsObject ( ) const
inline

◆ jsObject() [2/2]

JSC::JSObject* Deprecated::ScriptObject::jsObject ( ) const
inline

◆ operator JSC::JSObject *() [1/2]

Deprecated::ScriptObject::operator JSC::JSObject * ( ) const
inline

◆ operator JSC::JSObject *() [2/2]

Deprecated::ScriptObject::operator JSC::JSObject * ( ) const
inline

◆ scriptState() [1/2]

JSC::ExecState* Deprecated::ScriptObject::scriptState ( ) const
inline

◆ scriptState() [2/2]

JSC::ExecState* Deprecated::ScriptObject::scriptState ( ) const
inline

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