Changeset 9582 in webkit for trunk/JavaScriptCore/bindings/runtime_object.cpp
- Timestamp:
- Jul 3, 2005, 3:47:58 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/runtime_object.cpp
r9455 r9582 132 132 } 133 133 134 bool RuntimeObjectImp::has Property(ExecState *exec,134 bool RuntimeObjectImp::hasOwnProperty(ExecState *exec, 135 135 const Identifier &propertyName) const 136 136 {
Note:
See TracChangeset
for help on using the changeset viewer.