Changeset 52956 in webkit for trunk/JavaScriptCore/runtime/JSByteArray.cpp
- Timestamp:
- Jan 7, 2010, 4:15:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSByteArray.cpp
r49721 r52956 43 43 putDirect(exec->globalData().propertyNames->length, jsNumber(exec, m_storage->length()), ReadOnly | DontDelete); 44 44 } 45 45 46 #if !ASSERT_DISABLED 47 JSByteArray::~JSByteArray() 48 { 49 ASSERT(vptr() == JSGlobalData::jsByteArrayVPtr); 50 } 51 #endif 52 53 46 54 PassRefPtr<Structure> JSByteArray::createStructure(JSValue prototype) 47 55 {
Note:
See TracChangeset
for help on using the changeset viewer.