Changeset 48336 in webkit for trunk/JavaScriptCore/runtime/RegExpMatchesArray.h
- Timestamp:
- Sep 12, 2009, 7:44:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/RegExpMatchesArray.h
r47780 r48336 80 80 } 81 81 82 virtual void get PropertyNames(ExecState* exec, PropertyNameArray& arr)82 virtual void getOwnPropertyNames(ExecState* exec, PropertyNameArray& arr) 83 83 { 84 84 if (lazyCreationData()) 85 85 fillArrayInstance(exec); 86 JSArray::get PropertyNames(exec, arr);86 JSArray::getOwnPropertyNames(exec, arr); 87 87 } 88 88
Note:
See TracChangeset
for help on using the changeset viewer.