Changeset 9834 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Jul 19, 2005, 2:16:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/lookup.h
r9833 r9834 224 224 inline void lookupPut(ExecState *exec, const Identifier &propertyName, 225 225 const Value& value, int attr, 226 const HashTable* table, constThisImp* thisObj)226 const HashTable* table, ThisImp* thisObj) 227 227 { 228 228 const HashEntry* entry = Lookup::findEntry(table, propertyName);
Note:
See TracChangeset
for help on using the changeset viewer.