Changeset 48336 in webkit for trunk/JavaScriptCore/runtime/JSNotAnObject.cpp
- Timestamp:
- Sep 12, 2009, 7:44:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSNotAnObject.cpp
r47780 r48336 122 122 } 123 123 124 void JSNotAnObject::get PropertyNames(ExecState* exec, PropertyNameArray&)124 void JSNotAnObject::getOwnPropertyNames(ExecState* exec, PropertyNameArray&) 125 125 { 126 126 ASSERT_UNUSED(exec, exec->hadException() && exec->exception() == m_exception);
Note:
See TracChangeset
for help on using the changeset viewer.