Changeset 9441 in webkit for trunk/JavaScriptCore/bindings/runtime_object.cpp
- Timestamp:
- Jun 20, 2005, 2:59:39 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/runtime_object.cpp
r8453 r9441 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.