Changeset 278351 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jun 2, 2021, 8:42:27 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r278340 r278351 1 2021-06-02 Chris Dumez <[email protected]> 2 3 Use Checked aliases instead of Checked<T, RecordOverflow> 4 https://bugs.webkit.org/show_bug.cgi?id=226535 5 6 Reviewed by Keith Miller. 7 8 * dfg/DFGAbstractInterpreterInlines.h: 9 (JSC::DFG::AbstractInterpreter<AbstractStateType>::executeEffects): 10 * ftl/FTLOperations.cpp: 11 (JSC::FTL::JSC_DEFINE_JIT_OPERATION): 12 * runtime/JSArray.cpp: 13 (JSC::JSArray::appendMemcpy): 14 (JSC::JSArray::unshiftCountWithAnyIndexingType): 15 * runtime/JSStringJoiner.cpp: 16 (JSC::JSStringJoiner::joinedLength const): 17 * runtime/JSStringJoiner.h: 18 * runtime/StringPrototype.cpp: 19 (JSC::jsSpliceSubstringsWithSeparators): 20 * wasm/WasmFormat.cpp: 21 (JSC::Wasm::Segment::create): 22 * wasm/WasmOperations.cpp: 23 (JSC::Wasm::JSC_DEFINE_JIT_OPERATION): 24 * wasm/WasmTable.cpp: 25 (JSC::Wasm::Table::grow): 26 * yarr/YarrInterpreter.cpp: 27 (JSC::Yarr::ByteCompiler::emitDisjunction): 28 * yarr/YarrParser.h: 29 (JSC::Yarr::Parser::consumeNumber): 30 * yarr/YarrPattern.cpp: 31 1 32 2021-06-01 Darin Adler <[email protected]> 2 33
Note:
See TracChangeset
for help on using the changeset viewer.