Changeset 252690 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Nov 20, 2019, 9:48:39 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r252684 r252690 1 2019-11-20 Caio Lima <[email protected]> 2 3 Regression (r252680): JSCOnly build broken: no matching function for call to JSC::DFG::SpeculativeJIT::jsValueResult 4 https://bugs.webkit.org/show_bug.cgi?id=204404 5 6 Reviewed by Saam Barati. 7 8 Adjusting build after changes from r252684 and r252680. 9 10 * bytecode/AccessCase.cpp: 11 (JSC::AccessCase::generateWithGuard): 12 * dfg/DFGSpeculativeJIT.cpp: 13 (JSC::DFG::SpeculativeJIT::compileIncOrDec): 14 * dfg/DFGSpeculativeJIT32_64.cpp: 15 (JSC::DFG::SpeculativeJIT::compile): 16 * jit/JITOpcodes32_64.cpp: 17 (JSC::JIT::emit_op_to_numeric): 18 * jit/JITPropertyAccess32_64.cpp: 19 (JSC::JIT::emit_op_get_by_val): 20 (JSC::JIT::emitSlow_op_get_by_val): 21 1 22 2019-11-19 Saam Barati <[email protected]> 2 23
Note:
See TracChangeset
for help on using the changeset viewer.