Changeset 187587 in webkit for trunk/Source/JavaScriptCore/API/JSCallbackObject.h
- Timestamp:
- Jul 30, 2015, 9:25:36 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSCallbackObject.h
r184828 r187587 80 80 JSClassRef jsClass; 81 81 struct JSPrivatePropertyMap { 82 WTF_MAKE_FAST_ALLOCATED; 83 public: 82 84 JSValue getPrivateProperty(const Identifier& propertyName) const 83 85 {
Note:
See TracChangeset
for help on using the changeset viewer.