Changeset 10076 in webkit for trunk/JavaScriptCore/bindings/runtime_method.h
- Timestamp:
- Aug 6, 2005, 11:17:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/runtime_method.h
r9889 r10076 39 39 virtual ~RuntimeMethodImp(); 40 40 41 virtual bool getOwnProperty (ExecState *exec, const Identifier& propertyName, Value& result) const;41 virtual bool getOwnPropertySlot(ExecState *, const Identifier&, PropertySlot&); 42 42 43 43 virtual bool implementsCall() const; … … 49 49 50 50 private: 51 static Value lengthGetter(ExecState *, const Identifier&, const PropertySlot&); 52 51 53 Bindings::MethodList _methodList; 52 54 };
Note:
See TracChangeset
for help on using the changeset viewer.