Home | History | Annotate | Download | only in Hosted

Lines Matching full:jsvalue

79     virtual JSValue valueFromInstance(ExecState*, const Instance*) const;
80 virtual void setValueToInstance(ExecState*, const Instance*, JSValue) const;
85 JSValue ProxyField::valueFromInstance(ExecState* exec, const Instance* instance) const
90 void ProxyField::setValueToInstance(ExecState* exec, const Instance* instance, JSValue value) const
136 JSValue ProxyInstance::invoke(JSC::ExecState* exec, InvokeType type, uint64_t identifier, const JSC::ArgList& args)
157 JSValue ProxyInstance::invokeMethod(ExecState* exec, const MethodList& methodList, const ArgList& args)
185 JSValue ProxyInstance::invokeDefaultMethod(ExecState* exec, const ArgList& args)
209 JSValue ProxyInstance::invokeConstruct(ExecState* exec, const ArgList& args)
214 JSValue ProxyInstance::defaultValue(ExecState* exec, PreferredPrimitiveType hint) const
223 JSValue ProxyInstance::stringValue(ExecState* exec) const
229 JSValue ProxyInstance::numberValue(ExecState* exec) const
235 JSValue ProxyInstance::booleanValue() const
241 JSValue ProxyInstance::valueOf(ExecState* exec) const
351 JSC::JSValue ProxyInstance::fieldValue(ExecState* exec, const Field* field) const
372 void ProxyInstance::setFieldValue(ExecState* exec, const Field* field, JSValue value) const