Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

src: replace SetAccessor w/ SetAccessorProperty #38

Merged
merged 2 commits into from
Jun 15, 2018

Commits on Jun 14, 2018

  1. src: replace SetAccessor w/ SetAccessorProperty

    PR-URL: nodejs/node#17665
    Fixes: nodejs/node#17636
    Refs: nodejs/node#16482
    Refs: nodejs/node#16860
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Timothy Gu <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Ben Noordhuis <[email protected]>
    jure authored and ckerr committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    a3e6208 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. test: make test-tls-external-accessor agnostic

    Remove reliance on V8-specific error messages in
    test/parallel/test-tls-external-accessor.js.
    
    Check that the error is a `TypeError`.
    
    The test should now be successful without modification using ChakraCore.
    
    Backport-PR-URL: nodejs/node#20456
    PR-URL: nodejs/node#16272
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Refael Ackermann <[email protected]>
    Reviewed-By: Yuta Hiroto <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Trott authored and jasonrudolph committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    ca3e746 View commit details
    Browse the repository at this point in the history