Changeset 154459 in webkit for trunk/Source/JavaScriptCore/runtime/ClassInfo.h
- Timestamp:
- Aug 22, 2013, 1:35:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/ClassInfo.h
r154422 r154459 90 90 CustomHasInstanceFunctionPtr customHasInstance; 91 91 92 typedef void (*PutWithAttributesFunctionPtr)(JSObject*, ExecState*, PropertyName propertyName, JSValue, unsigned attributes);93 PutWithAttributesFunctionPtr putDirectVirtual;94 95 92 typedef bool (*DefineOwnPropertyFunctionPtr)(JSObject*, ExecState*, PropertyName, const PropertyDescriptor&, bool); 96 93 DefineOwnPropertyFunctionPtr defineOwnProperty; … … 141 138 &ClassName::className, \ 142 139 &ClassName::customHasInstance, \ 143 &ClassName::putDirectVirtual, \144 140 &ClassName::defineOwnProperty, \ 145 141 &ClassName::slowDownAndWasteMemory, \
Note:
See TracChangeset
for help on using the changeset viewer.