Changeset 197391 in webkit for trunk/Source/JavaScriptCore/runtime/ClassInfo.h
- Timestamp:
- Mar 1, 2016, 12:11:20 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/ClassInfo.h
r197379 r197391 103 103 typedef PassRefPtr<ArrayBufferView> (*GetTypedArrayImpl)(JSArrayBufferView*); 104 104 GetTypedArrayImpl getTypedArrayImpl; 105 106 typedef bool (*PreventExtensionsFunctionPtr)(JSObject*, ExecState*); 107 PreventExtensionsFunctionPtr preventExtensions; 105 108 106 109 typedef void (*DumpToStreamFunctionPtr)(const JSCell*, PrintStream&); … … 155 158 &ClassName::slowDownAndWasteMemory, \ 156 159 &ClassName::getTypedArrayImpl, \ 160 &ClassName::preventExtensions, \ 157 161 &ClassName::dumpToStream, \ 158 162 &ClassName::estimatedSize \
Note:
See TracChangeset
for help on using the changeset viewer.