Changeset 154459 in webkit for trunk/Source/JavaScriptCore/runtime/JSCell.cpp
- Timestamp:
- Aug 22, 2013, 1:35:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSCell.cpp
r154422 r154459 208 208 } 209 209 210 void JSCell::putDirectVirtual(JSObject*, ExecState*, PropertyName, JSValue, unsigned)211 {212 RELEASE_ASSERT_NOT_REACHED();213 }214 215 210 bool JSCell::defineOwnProperty(JSObject*, ExecState*, PropertyName, const PropertyDescriptor&, bool) 216 211 {
Note:
See TracChangeset
for help on using the changeset viewer.