Home | History | Annotate | Download | only in Hosted

Lines Matching refs:ProxyInstance

28 #import "ProxyInstance.h"
59 return static_cast<ProxyInstance*>(instance)->methodsNamed(identifier);
64 return static_cast<ProxyInstance*>(instance)->fieldNamed(identifier);
91 return static_cast<const ProxyInstance*>(instance)->fieldValue(exec, this);
96 static_cast<const ProxyInstance*>(instance)->setFieldValue(exec, this, value);
114 ProxyInstance::ProxyInstance(PassRefPtr<RootObject> rootObject, NetscapePluginInstanceProxy* instanceProxy, uint32_t objectID)
122 ProxyInstance::~ProxyInstance()
135 RuntimeObject* ProxyInstance::newRuntimeObject(ExecState* exec)
140 JSC::Bindings::Class* ProxyInstance::getClass() const
145 JSValue ProxyInstance::invoke(JSC::ExecState* exec, InvokeType type, uint64_t identifier, const ArgList& args)
200 JSValue ProxyInstance::getMethod(JSC::ExecState* exec, const JSC::Identifier& propertyName)
206 JSValue ProxyInstance::invokeMethod(ExecState* exec, JSC::RuntimeMethod* runtimeMethod)
220 bool ProxyInstance::supportsInvokeDefaultMethod() const
239 JSValue ProxyInstance::invokeDefaultMethod(ExecState* exec)
244 bool ProxyInstance::supportsConstruct() const
263 JSValue ProxyInstance::invokeConstruct(ExecState* exec, const ArgList& args)
268 JSValue ProxyInstance::defaultValue(ExecState* exec, PreferredPrimitiveType hint) const
277 JSValue ProxyInstance::stringValue(ExecState* exec) const
283 JSValue ProxyInstance::numberValue(ExecState*) const
289 JSValue ProxyInstance::booleanValue() const
295 JSValue ProxyInstance::valueOf(ExecState* exec) const
300 void ProxyInstance::getPropertyNames(ExecState* exec, PropertyNameArray& nameArray)
333 MethodList ProxyInstance::methodsNamed(const Identifier& identifier)
373 Field* ProxyInstance::fieldNamed(const Identifier& identifier)
405 JSC::JSValue ProxyInstance::fieldValue(ExecState* exec, const Field* field) const
426 void ProxyInstance::setFieldValue(ExecState* exec, const Field* field, JSValue value) const
452 void ProxyInstance::invalidate()