Changeset 96831 in webkit for trunk/Source/JavaScriptCore/runtime/JSStaticScopeObject.cpp
- Timestamp:
- Oct 6, 2011, 10:42:50 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSStaticScopeObject.cpp
r96446 r96831 32 32 namespace JSC { 33 33 ASSERT_CLASS_FITS_IN_CELL(JSStaticScopeObject); 34 35 const ClassInfo JSStaticScopeObject::s_info = { "Object", &Base::s_info, 0, 0, CREATE_METHOD_TABLE(JSStaticScopeObject) }; 34 36 35 37 void JSStaticScopeObject::visitChildren(JSCell* cell, SlotVisitor& visitor)
Note:
See TracChangeset
for help on using the changeset viewer.