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: fix constructor/instanceof checks #3385

Closed
wants to merge 1 commit into from

Commits on Dec 1, 2015

  1. util: fix constructor/instanceof checks

    These new checks are similar to the one introduced in 089d688,
    but for other types of objects. Specifically, if an object was
    created in a different context, the constructor object will not be
    the same as the constructor object in the current context, so we
    have to compare constructor names instead.
    mscdex committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    7b775da View commit details
    Browse the repository at this point in the history