Changeset 197144 in webkit for trunk/Source/JavaScriptCore/runtime/JSObject.h
- Timestamp:
- Feb 25, 2016, 4:15:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSObject.h
r197136 r197144 479 479 JS_EXPORT_PRIVATE bool hasProperty(ExecState*, PropertyName) const; 480 480 JS_EXPORT_PRIVATE bool hasProperty(ExecState*, unsigned propertyName) const; 481 bool hasPropertyGeneric(ExecState*, PropertyName, PropertySlot::InternalMethodType) const; 482 bool hasPropertyGeneric(ExecState*, unsigned propertyName, PropertySlot::InternalMethodType) const; 481 483 bool hasOwnProperty(ExecState*, PropertyName) const; 482 484 bool hasOwnProperty(ExecState*, unsigned) const;
Note:
See TracChangeset
for help on using the changeset viewer.