Changeset 48336 in webkit for trunk/JavaScriptCore/runtime/JSObject.cpp
- Timestamp:
- Sep 12, 2009, 7:44:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSObject.cpp
r48068 r48336 428 428 } 429 429 430 void JSObject::getOwnPropertyNames(ExecState* exec, PropertyNameArray& propertyNames) 431 { 432 m_structure->getOwnEnumerablePropertyNames(exec, propertyNames, this); 433 } 434 430 435 bool JSObject::toBoolean(ExecState*) const 431 436 {
Note:
See TracChangeset
for help on using the changeset viewer.