Changeset 20613 in webkit for trunk/JavaScriptCore/bindings/runtime.h
- Timestamp:
- Mar 30, 2007, 10:29:50 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/runtime.h
r20292 r20613 36 36 class Identifier; 37 37 class List; 38 class PropertyNameArray; 38 39 39 40 namespace Bindings { … … 171 172 virtual JSValue* invokeDefaultMethod(ExecState*, const List&) { return jsUndefined(); } 172 173 174 virtual void getPropertyNames(ExecState*, PropertyNameArray&) { } 175 173 176 virtual JSValue* defaultValue(JSType hint) const = 0; 174 177
Note:
See TracChangeset
for help on using the changeset viewer.