Changeset 17372 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Oct 27, 2006, 9:48:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r15846 r17372 35 35 namespace KJS { 36 36 37 class HashTable;38 class HashEntry;39 class ListImp;40 37 class InternalFunctionImp; 41 38 class PropertyNameArray; 39 40 struct HashEntry; 41 struct HashTable; 42 42 43 43 // ECMA 262-3 8.6.1
Note:
See TracChangeset
for help on using the changeset viewer.