Changeset 9889 in webkit for trunk/JavaScriptCore/kjs/object_object.cpp
- Timestamp:
- Jul 25, 2005, 3:17:20 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object_object.cpp
r9768 r9889 71 71 return thisObj; 72 72 case HasOwnProperty: { 73 // Same as hasProperty()but without checking the prototype73 // Same as the in operator but without checking the prototype 74 74 Identifier propertyName(args[0].toString(exec)); 75 75 bool exists = thisObj.hasOwnProperty(exec, propertyName);
Note:
See TracChangeset
for help on using the changeset viewer.