Home | History | Annotate | Download | only in jsc

Lines Matching defs:Instance

48 class Instance;
57 virtual JSValue valueFromInstance(ExecState*, const Instance*) const = 0;
58 virtual void setValueToInstance(ExecState*, const Instance*, JSValue) const = 0;
67 virtual MethodList methodsNamed(const Identifier&, Instance*) const = 0;
68 virtual Field* fieldNamed(const Identifier&, Instance*) const = 0;
69 virtual JSValue fallbackObject(ExecState*, Instance*, const Identifier&) { return jsUndefined(); }
76 class Instance : public RefCounted<Instance> {
78 Instance(PassRefPtr<RootObject>);
113 virtual ~Instance();