Changeset 48005 in webkit for trunk/JavaScriptCore/runtime/Lookup.h
- Timestamp:
- Sep 3, 2009, 12:14:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Lookup.h
r47780 r48005 52 52 typedef void (*PutFunction)(ExecState*, JSObject* baseObject, JSValue value); 53 53 54 class HashEntry {54 class HashEntry : public FastAllocBase { 55 55 public: 56 56 void initialize(UString::Rep* key, unsigned char attributes, intptr_t v1, intptr_t v2)
Note:
See TracChangeset
for help on using the changeset viewer.