Changeset 45259 in webkit for trunk/JavaScriptCore/runtime/Lookup.h
- Timestamp:
- Jun 26, 2009, 3:27:21 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Lookup.h
r44224 r45259 45 45 typedef void (*PutFunction)(ExecState*, JSObject* baseObject, JSValue value); 46 46 47 class HashEntry {47 class HashEntry : public FastAllocBase { 48 48 public: 49 49 void initialize(UString::Rep* key, unsigned char attributes, intptr_t v1, intptr_t v2)
Note:
See TracChangeset
for help on using the changeset viewer.