Ignore:
Timestamp:
Nov 20, 2019, 9:48:39 AM (6 years ago)
Author:
Caio Lima
Message:

Regression (r252680): JSCOnly build broken: no matching function for call to JSC::DFG::SpeculativeJIT::jsValueResult
https://bugs.webkit.org/show_bug.cgi?id=204404

Reviewed by Saam Barati.

Adjusting build after changes from r252684 and r252680.

  • bytecode/AccessCase.cpp:

(JSC::AccessCase::generateWithGuard):

  • dfg/DFGSpeculativeJIT.cpp:

(JSC::DFG::SpeculativeJIT::compileIncOrDec):

  • dfg/DFGSpeculativeJIT32_64.cpp:

(JSC::DFG::SpeculativeJIT::compile):

  • jit/JITOpcodes32_64.cpp:

(JSC::JIT::emit_op_to_numeric):

  • jit/JITPropertyAccess32_64.cpp:

(JSC::JIT::emit_op_get_by_val):
(JSC::JIT::emitSlow_op_get_by_val):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r252684 r252690  
     12019-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
    1222019-11-19  Saam Barati  <[email protected]>
    223
Note: See TracChangeset for help on using the changeset viewer.