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: use Object.create(null) for dictionary object #3791

Closed
wants to merge 10 commits into from
Closed

util: use Object.create(null) for dictionary object #3791

wants to merge 10 commits into from

Commits on Nov 12, 2015

  1. util: use Object.create(null) for dictionary object

    Fixes #3788
    `arrayToHash()` needs to use `Object.create(null)` for its dictionary object.
    JungMinu committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    e8091ed View commit details
    Browse the repository at this point in the history
  2. add if val is __proto__

    add if val is  `__proto__`, use `Object.create(null);`
    JungMinu committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    54285ca View commit details
    Browse the repository at this point in the history
  3. if array contains __proto__

    if array contains __proto__, use Object.create(null)
    JungMinu committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    c7de80b View commit details
    Browse the repository at this point in the history
  4. Beautify codes

    Beautify codes
    JungMinu committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    c61e8c2 View commit details
    Browse the repository at this point in the history
  5. remove unused index

    JungMinu committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    36ee9fe View commit details
    Browse the repository at this point in the history
  6. remove spaces

    JungMinu committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    7fa52db View commit details
    Browse the repository at this point in the history
  7. util: use Object.create(null) for dictionary object

    util: use Object.create(null) for dictionary object
    JungMinu committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    e412b4f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2015

  1. remove unused

    JungMinu committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    56995c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2015

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