Changeset 285592 in webkit for trunk/Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.cpp
- Timestamp:
- Nov 10, 2021, 10:54:59 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.cpp
r284726 r285592 682 682 if (constant.isString()) { 683 683 JSString* string = asString(constant); 684 if (CacheableIdentifier::isCacheableIdentifierCell(string) ) {684 if (CacheableIdentifier::isCacheableIdentifierCell(string) && !parseIndex(CacheableIdentifier::createFromCell(string).uid())) { 685 685 const StringImpl* impl = string->tryGetValueImpl(); 686 686 RELEASE_ASSERT(impl);
Note:
See TracChangeset
for help on using the changeset viewer.