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

assert: fix deepEqual RangeError: Maximum call stack size exceeded #13318

Closed
wants to merge 2 commits into from

Commits on May 30, 2017

  1. Configuration menu
    Copy the full SHA
    f299cfa View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. assert: fix memos semantics

    This commit changes semantics of the memos cycles tracker. Before
    the change it was used to track all currently wisited nodes of an
    object tree, which is a bit shifted from its original intention of
    tracking cycles. The change brings intended semantics, by tracking
    only objects of the current branch of the object tree.
    
    Fixes: nodejs#13314
    rmdm committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    2d4a645 View commit details
    Browse the repository at this point in the history