Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

util: improve display of iterators and weak entries #20961

Closed
wants to merge 1 commit into from

Commits on Jul 16, 2018

  1. util: improve display of iterators and weak entries

    This adds the number of not visible elements when inspecting iterators
    while exceeding `maxArrayLength`.
    It also fixes a edge case with `maxArrayLength` and the map.entries()
    iterator. Now the whole entry will be visible instead of only the key
    but not the value of the first entry.
    Besides that it uses a slighly better algorithm that improves the
    performance by skipping unnecessary steps.
    BridgeAR committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    591923b View commit details
    Browse the repository at this point in the history