Changeset 252247 in webkit for trunk/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp
- Timestamp:
- Nov 8, 2019, 11:37:54 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp
r252229 r252247 7979 7979 RegisteredStructure structure = m_jit.graph().registerStructure(globalObject->arrayStructureForIndexingTypeDuringAllocation(node->indexingType())); 7980 7980 if (!globalObject->isHavingABadTime() && !hasAnyArrayStorage(node->indexingType())) { 7981 ASSERT(7982 hasUndecided(structure->indexingType())7983 || hasInt32(structure->indexingType())7984 || hasDouble(structure->indexingType())7985 || hasContiguous(structure->indexingType()));7986 7987 7981 unsigned numElements = node->numChildren(); 7988 7982 unsigned vectorLengthHint = node->vectorLengthHint();
Note:
See TracChangeset
for help on using the changeset viewer.