#include <objc_instance.h>
|
| virtual | ~ObjcInstance () |
| |
| virtual Class * | getClass () const |
| |
| virtual JSValue | valueOf (ExecState *) const |
| |
| virtual JSValue | defaultValue (ExecState *, PreferredPrimitiveType) const |
| |
| virtual JSValue | getMethod (ExecState *, PropertyName) |
| |
| JSValue | invokeObjcMethod (ExecState *, ObjcMethod *method) |
| |
| virtual JSValue | invokeMethod (ExecState *, RuntimeMethod *method) |
| |
| virtual bool | supportsInvokeDefaultMethod () const |
| |
| virtual JSValue | invokeDefaultMethod (ExecState *) |
| |
| JSValue | getValueOfUndefinedField (ExecState *, PropertyName) const |
| |
| virtual bool | setValueOfUndefinedField (ExecState *, PropertyName, JSValue) |
| |
| ObjectStructPtr | getObject () const |
| |
| JSValue | stringValue (ExecState *) const |
| |
| JSValue | numberValue (ExecState *) const |
| |
| JSValue | booleanValue () const |
| |
| WEBCORE_EXPORT | Instance (RefPtr< RootObject > &&) |
| |
| void | begin () |
| |
| void | end () |
| |
| WEBCORE_EXPORT JSObject * | createRuntimeObject (ExecState *) |
| |
| void | willInvalidateRuntimeObject () |
| |
| virtual bool | supportsConstruct () const |
| |
| virtual JSValue | invokeConstruct (ExecState *, const ArgList &) |
| |
| virtual void | getPropertyNames (ExecState *, PropertyNameArray &) |
| |
| RootObject * | rootObject () const |
| |
| virtual WEBCORE_EXPORT | ~Instance () |
| |
| virtual bool | getOwnPropertySlot (JSObject *, ExecState *, PropertyName, PropertySlot &) |
| |
| virtual bool | put (JSObject *, ExecState *, PropertyName, JSValue, PutPropertySlot &) |
| |
| WEBCORE_EXPORT | Instance (RefPtr< RootObject > &&) |
| |
| void | begin () |
| |
| void | end () |
| |
| WEBCORE_EXPORT JSObject * | createRuntimeObject (ExecState *) |
| |
| void | willInvalidateRuntimeObject () |
| |
| virtual bool | supportsConstruct () const |
| |
| virtual JSValue | invokeConstruct (ExecState *, const ArgList &) |
| |
| virtual void | getPropertyNames (ExecState *, PropertyNameArray &) |
| |
| RootObject * | rootObject () const |
| |
| virtual WEBCORE_EXPORT | ~Instance () |
| |
| virtual bool | getOwnPropertySlot (JSObject *, ExecState *, PropertyName, PropertySlot &) |
| |
| virtual bool | put (JSObject *, ExecState *, PropertyName, JSValue, PutPropertySlot &) |
| |
◆ ~ObjcInstance()
| ObjcInstance::~ObjcInstance |
( |
| ) |
|
|
virtual |
◆ booleanValue()
◆ create()
◆ defaultValue()
◆ getClass()
◆ getMethod()
◆ getObject()
◆ getValueOfUndefinedField()
◆ invokeDefaultMethod()
◆ invokeMethod()
◆ invokeObjcMethod()
◆ numberValue()
◆ setGlobalException()
◆ setValueOfUndefinedField()
◆ stringValue()
◆ supportsInvokeDefaultMethod()
| bool ObjcInstance::supportsInvokeDefaultMethod |
( |
| ) |
const |
|
virtual |
◆ valueOf()
◆ virtualBegin()
| void ObjcInstance::virtualBegin |
( |
| ) |
|
|
protectedvirtual |
◆ virtualEnd()
| void ObjcInstance::virtualEnd |
( |
| ) |
|
|
protectedvirtual |
◆ ObjcField
The documentation for this class was generated from the following files: