Changeset 11739 in webkit for trunk/JavaScriptCore/kjs/array_object.cpp
- Timestamp:
- Dec 22, 2005, 5:52:43 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/array_object.cpp
r11659 r11739 449 449 // fall through 450 450 case Join: { 451 static HashSet< 451 static HashSet<JSObject*, PointerHash<JSObject*> > visitedElems; 452 452 if (visitedElems.contains(thisObj)) 453 453 return jsString("");
Note:
See TracChangeset
for help on using the changeset viewer.