Changeset 197467 in webkit for trunk/Source/JavaScriptCore/runtime/ClassInfo.h
- Timestamp:
- Mar 2, 2016, 2:39:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/ClassInfo.h
r197412 r197467 109 109 typedef bool (*IsExtensibleFunctionPtr)(JSObject*, ExecState*); 110 110 IsExtensibleFunctionPtr isExtensible; 111 112 typedef bool (*SetPrototypeOfFunctionPtr)(JSObject*, ExecState*, JSValue); 113 SetPrototypeOfFunctionPtr setPrototypeOf; 111 114 112 115 typedef void (*DumpToStreamFunctionPtr)(const JSCell*, PrintStream&); … … 163 166 &ClassName::preventExtensions, \ 164 167 &ClassName::isExtensible, \ 168 &ClassName::setPrototypeOf, \ 165 169 &ClassName::dumpToStream, \ 166 170 &ClassName::estimatedSize \
Note:
See TracChangeset
for help on using the changeset viewer.