Changeset 47780 in webkit for trunk/JavaScriptCore/runtime/JSNotAnObject.cpp
- Timestamp:
- Aug 26, 2009, 9:52:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSNotAnObject.cpp
r47022 r47780 94 94 } 95 95 96 bool JSNotAnObject::getOwnPropertyDescriptor(ExecState* exec, const Identifier&, PropertyDescriptor&) 97 { 98 ASSERT_UNUSED(exec, exec->hadException() && exec->exception() == m_exception); 99 return false; 100 } 101 96 102 void JSNotAnObject::put(ExecState* exec, const Identifier& , JSValue, PutPropertySlot&) 97 103 {
Note:
See TracChangeset
for help on using the changeset viewer.