#include <BridgeJSC.h>
|
WEBCORE_EXPORT | Instance (RefPtr< RootObject > &&) |
|
void | begin () |
|
void | end () |
|
virtual Class * | getClass () const =0 |
|
WEBCORE_EXPORT JSObject * | createRuntimeObject (ExecState *) |
|
void | willInvalidateRuntimeObject () |
|
virtual bool | setValueOfUndefinedField (ExecState *, PropertyName, JSValue) |
|
virtual JSValue | getMethod (ExecState *, PropertyName)=0 |
|
virtual JSValue | invokeMethod (ExecState *, RuntimeMethod *method)=0 |
|
virtual bool | supportsInvokeDefaultMethod () const |
|
virtual JSValue | invokeDefaultMethod (ExecState *) |
|
virtual bool | supportsConstruct () const |
|
virtual JSValue | invokeConstruct (ExecState *, const ArgList &) |
|
virtual void | getPropertyNames (ExecState *, PropertyNameArray &) |
|
virtual JSValue | defaultValue (ExecState *, PreferredPrimitiveType) const =0 |
|
virtual JSValue | valueOf (ExecState *exec) const =0 |
|
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 () |
|
virtual Class * | getClass () const =0 |
|
WEBCORE_EXPORT JSObject * | createRuntimeObject (ExecState *) |
|
void | willInvalidateRuntimeObject () |
|
virtual bool | setValueOfUndefinedField (ExecState *, PropertyName, JSValue) |
|
virtual JSValue | getMethod (ExecState *, PropertyName)=0 |
|
virtual JSValue | invokeMethod (ExecState *, RuntimeMethod *method)=0 |
|
virtual bool | supportsInvokeDefaultMethod () const |
|
virtual JSValue | invokeDefaultMethod (ExecState *) |
|
virtual bool | supportsConstruct () const |
|
virtual JSValue | invokeConstruct (ExecState *, const ArgList &) |
|
virtual void | getPropertyNames (ExecState *, PropertyNameArray &) |
|
virtual JSValue | defaultValue (ExecState *, PreferredPrimitiveType) const =0 |
|
virtual JSValue | valueOf (ExecState *exec) const =0 |
|
RootObject * | rootObject () const |
|
virtual WEBCORE_EXPORT | ~Instance () |
|
virtual bool | getOwnPropertySlot (JSObject *, ExecState *, PropertyName, PropertySlot &) |
|
virtual bool | put (JSObject *, ExecState *, PropertyName, JSValue, PutPropertySlot &) |
|
◆ Instance() [1/2]
JSC::Bindings::Instance::Instance |
( |
RefPtr< RootObject > && |
rootObject | ) |
|
◆ ~Instance() [1/2]
JSC::Bindings::Instance::~Instance |
( |
| ) |
|
|
virtual |
◆ Instance() [2/2]
◆ ~Instance() [2/2]
◆ begin() [1/2]
void JSC::Bindings::Instance::begin |
( |
| ) |
|
◆ begin() [2/2]
void JSC::Bindings::Instance::begin |
( |
| ) |
|
◆ createRuntimeObject() [1/2]
◆ createRuntimeObject() [2/2]
◆ defaultValue() [1/2]
◆ defaultValue() [2/2]
◆ end() [1/2]
void JSC::Bindings::Instance::end |
( |
| ) |
|
◆ end() [2/2]
void JSC::Bindings::Instance::end |
( |
| ) |
|
◆ getClass() [1/2]
virtual Class* JSC::Bindings::Instance::getClass |
( |
| ) |
const |
|
pure virtual |
◆ getClass() [2/2]
virtual Class* JSC::Bindings::Instance::getClass |
( |
| ) |
const |
|
pure virtual |
◆ getMethod() [1/2]
◆ getMethod() [2/2]
◆ getOwnPropertySlot() [1/2]
◆ getOwnPropertySlot() [2/2]
◆ getPropertyNames() [1/2]
◆ getPropertyNames() [2/2]
◆ invokeConstruct() [1/2]
◆ invokeConstruct() [2/2]
◆ invokeDefaultMethod() [1/2]
◆ invokeDefaultMethod() [2/2]
◆ invokeMethod() [1/2]
◆ invokeMethod() [2/2]
◆ newRuntimeObject() [1/2]
◆ newRuntimeObject() [2/2]
◆ put() [1/2]
◆ put() [2/2]
◆ rootObject() [1/2]
RootObject* JSC::Bindings::Instance::rootObject |
( |
| ) |
const |
◆ rootObject() [2/2]
RootObject * JSC::Bindings::Instance::rootObject |
( |
| ) |
const |
◆ setValueOfUndefinedField() [1/2]
◆ setValueOfUndefinedField() [2/2]
◆ supportsConstruct() [1/2]
virtual bool JSC::Bindings::Instance::supportsConstruct |
( |
| ) |
const |
|
inlinevirtual |
◆ supportsConstruct() [2/2]
virtual bool JSC::Bindings::Instance::supportsConstruct |
( |
| ) |
const |
|
inlinevirtual |
◆ supportsInvokeDefaultMethod() [1/2]
virtual bool JSC::Bindings::Instance::supportsInvokeDefaultMethod |
( |
| ) |
const |
|
inlinevirtual |
◆ supportsInvokeDefaultMethod() [2/2]
virtual bool JSC::Bindings::Instance::supportsInvokeDefaultMethod |
( |
| ) |
const |
|
inlinevirtual |
◆ valueOf() [1/2]
◆ valueOf() [2/2]
◆ virtualBegin() [1/2]
virtual void JSC::Bindings::Instance::virtualBegin |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ virtualBegin() [2/2]
virtual void JSC::Bindings::Instance::virtualBegin |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ virtualEnd() [1/2]
virtual void JSC::Bindings::Instance::virtualEnd |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ virtualEnd() [2/2]
virtual void JSC::Bindings::Instance::virtualEnd |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ willInvalidateRuntimeObject() [1/2]
void JSC::Bindings::Instance::willInvalidateRuntimeObject |
( |
| ) |
|
◆ willInvalidateRuntimeObject() [2/2]
void JSC::Bindings::Instance::willInvalidateRuntimeObject |
( |
| ) |
|
◆ m_rootObject
RefPtr< RootObject > JSC::Bindings::Instance::m_rootObject |
|
protected |
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/WebCore.framework/Versions/A/PrivateHeaders/BridgeJSC.h
- Source/WebCore/bridge/jsc/BridgeJSC.cpp