Changeset 96381 in webkit for trunk/Source/JavaScriptCore/runtime/JSNotAnObject.cpp
- Timestamp:
- Sep 29, 2011, 7:09:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSNotAnObject.cpp
r96143 r96381 56 56 } 57 57 58 JSObject* JSNotAnObject::toObject(ExecState* exec, JSGlobalObject*) const59 {60 ASSERT_UNUSED(exec, exec->hadException());61 return const_cast<JSNotAnObject*>(this);62 }63 64 58 // JSObject methods 65 59 bool JSNotAnObject::getOwnPropertySlot(ExecState* exec, const Identifier&, PropertySlot&)
Note:
See TracChangeset
for help on using the changeset viewer.