Changeset 128146 in webkit for trunk/Source/JavaScriptCore/runtime/JSCell.h
- Timestamp:
- Sep 10, 2012, 10:05:53 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSCell.h
r128084 r128146 110 110 // Object operations, with the toObject operation included. 111 111 const ClassInfo* classInfo() const; 112 const ClassInfo* validatedClassInfo() const;113 112 const MethodTable* methodTable() const; 114 113 static void put(JSCell*, ExecState*, PropertyName, JSValue, PutPropertySlot&); … … 135 134 } 136 135 137 static ptrdiff_t classInfoOffset()138 {139 return OBJECT_OFFSETOF(JSCell, m_classInfo);140 }141 142 136 void* structureAddress() 143 137 { … … 172 166 friend class LLIntOffsetsExtractor; 173 167 174 const ClassInfo* m_classInfo;175 168 WriteBarrier<Structure> m_structure; 176 169 };
Note:
See TracChangeset
for help on using the changeset viewer.