Changeset 156017 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObject.h
- Timestamp:
- Sep 17, 2013, 6:06:49 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObject.h
r155711 r156017 424 424 return m_typedArrays[toIndex(type)].structure.get(); 425 425 } 426 bool isOriginalTypedArrayStructure(Structure* structure) 427 { 428 TypedArrayType type = structure->classInfo()->typedArrayStorageType; 429 if (type == NotTypedArray) 430 return false; 431 return typedArrayStructure(type) == structure; 432 } 426 433 427 434 void* actualPointerFor(Special::Pointer pointer)
Note:
See TracChangeset
for help on using the changeset viewer.