Home | History | Annotate | Download | only in jsc

Lines Matching defs:Instance

47 class Instance;
55 virtual JSValue valueFromInstance(ExecState*, const Instance*) const = 0;
56 virtual void setValueToInstance(ExecState*, const Instance*, JSValue) const = 0;
63 virtual MethodList methodsNamed(const Identifier&, Instance*) const = 0;
64 virtual Field* fieldNamed(const Identifier&, Instance*) const = 0;
65 virtual JSValue fallbackObject(ExecState*, Instance*, const Identifier&) { return jsUndefined(); }
72 class Instance : public RefCounted<Instance> {
74 Instance(PassRefPtr<RootObject>);
109 virtual ~Instance();