Changeset 9889 in webkit for trunk/JavaScriptCore/bindings/runtime_method.h
- Timestamp:
- Jul 25, 2005, 3:17:20 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/runtime_method.h
r6086 r9889 39 39 virtual ~RuntimeMethodImp(); 40 40 41 virtual Value get(ExecState *exec, const Identifier &propertyName) const;41 virtual bool getOwnProperty(ExecState *exec, const Identifier& propertyName, Value& result) const; 42 42 43 43 virtual bool implementsCall() const;
Note:
See TracChangeset
for help on using the changeset viewer.