Changeset 14951 in webkit for trunk/JavaScriptCore/kjs/property_map.cpp
- Timestamp:
- Jun 21, 2006, 2:09:19 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/property_map.cpp
r14256 r14951 160 160 } 161 161 162 JSValue *PropertyMap::get(const Identifier &name, int&attributes) const162 JSValue *PropertyMap::get(const Identifier &name, unsigned &attributes) const 163 163 { 164 164 assert(!name.isNull());
Note:
See TracChangeset
for help on using the changeset viewer.