Changeset 283479 in webkit
- Timestamp:
- Oct 3, 2021, 2:03:52 PM (5 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
bytecode/CodeBlock.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r283460 r283479 1 2021-10-03 Lauro Moura <lmoura@igalia.com> 2 3 Remove control reaches end of non-void function warning 4 5 Unreviewed. Warning introduced in r283139. 6 7 * bytecode/CodeBlock.cpp: 8 (JSC::CodeBlock::isConstantOwnedByUnlinkedCodeBlock const): 9 1 10 2021-10-02 Yusuke Suzuki <ysuzuki@apple.com> 2 11 -
trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
r283387 r283479 939 939 case SourceCodeRepresentation::LinkTimeConstant: 940 940 return false; 941 default: 942 RELEASE_ASSERT_NOT_REACHED(); 941 943 } 942 944 }
Note:
See TracChangeset
for help on using the changeset viewer.