#include <ScriptObject.h>
|
JS_EXPORT_PRIVATE | ScriptObject (JSC::ExecState *, JSC::JSObject *) |
|
JS_EXPORT_PRIVATE | ScriptObject (JSC::ExecState *, const ScriptValue &) |
|
| ScriptObject () |
|
| operator JSC::JSObject * () const |
|
JSC::JSObject * | jsObject () const |
|
JSC::ExecState * | scriptState () const |
|
JS_EXPORT_PRIVATE | ScriptObject (JSC::ExecState *, JSC::JSObject *) |
|
JS_EXPORT_PRIVATE | ScriptObject (JSC::ExecState *, const ScriptValue &) |
|
| ScriptObject () |
|
| operator JSC::JSObject * () const |
|
JSC::JSObject * | jsObject () const |
|
JSC::ExecState * | scriptState () 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::InspectorValue > | toInspectorValue (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::InspectorValue > | toInspectorValue (JSC::ExecState *) const |
|
◆ ScriptObject() [1/6]
◆ ScriptObject() [2/6]
◆ ScriptObject() [3/6]
Deprecated::ScriptObject::ScriptObject |
( |
| ) |
|
|
inline |
◆ ScriptObject() [4/6]
◆ ScriptObject() [5/6]
◆ ScriptObject() [6/6]
Deprecated::ScriptObject::ScriptObject |
( |
| ) |
|
|
inline |
◆ jsObject() [1/2]
◆ jsObject() [2/2]
◆ operator JSC::JSObject *() [1/2]
◆ operator JSC::JSObject *() [2/2]
◆ scriptState() [1/2]
◆ scriptState() [2/2]
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/JavaScriptCore.framework/Versions/A/PrivateHeaders/ScriptObject.h
- Source/JavaScriptCore/bindings/ScriptObject.cpp