Changeset 279910 in webkit


Ignore:
Timestamp:
Jul 14, 2021, 10:25:44 AM (4 years ago)
Author:
mark.lam@apple.com
Message:

Placate exception checker validation in operationObjectAssignUntyped.
https://bugs.webkit.org/show_bug.cgi?id=227955
rdar://80503746

Reviewed by Michael Saboff.

JSTests:

  • stress/exception-check-in-operationObjectAssignUntyped.js: Added.

Source/JavaScriptCore:

  • dfg/DFGOperations.cpp:

(JSC::DFG::JSC_DEFINE_JIT_OPERATION):

Location:
trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r279909 r279910  
     12021-07-14  Mark Lam  <mark.lam@apple.com>
     2
     3        Placate exception checker validation in operationObjectAssignUntyped.
     4        https://bugs.webkit.org/show_bug.cgi?id=227955
     5        rdar://80503746
     6
     7        Reviewed by Michael Saboff.
     8
     9        * stress/exception-check-in-operationObjectAssignUntyped.js: Added.
     10
    1112021-07-14  Keith Miller  <keith_miller@apple.com>
    212
  • trunk/Source/JavaScriptCore/ChangeLog

    r279903 r279910  
     12021-07-14  Mark Lam  <mark.lam@apple.com>
     2
     3        Placate exception checker validation in operationObjectAssignUntyped.
     4        https://bugs.webkit.org/show_bug.cgi?id=227955
     5        rdar://80503746
     6
     7        Reviewed by Michael Saboff.
     8
     9        * dfg/DFGOperations.cpp:
     10        (JSC::DFG::JSC_DEFINE_JIT_OPERATION):
     11
    1122021-07-13  Robin Morisset  <rmorisset@apple.com>
    213
  • trunk/Source/JavaScriptCore/dfg/DFGOperations.cpp

    r279690 r279910  
    395395    }
    396396
     397    scope.release();
    397398    objectAssignGeneric(globalObject, vm, target, source);
    398399}
Note: See TracChangeset for help on using the changeset viewer.