Changeset 79435 in webkit for trunk/Source/JavaScriptCore/runtime/Structure.h
- Timestamp:
- Feb 23, 2011, 3:42:04 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Structure.h
r79355 r79435 137 137 const ClassInfo* classInfo() const { return m_classInfo; } 138 138 139 static void initializeThreading(); 140 139 141 private: 140 142 Structure(JSValue prototype, const TypeInfo&, unsigned anonymousSlotCount, const ClassInfo*);
Note:
See TracChangeset
for help on using the changeset viewer.