Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 756ae2c5360b
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 5725864dfdc9
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Aug 12, 2013

  1. src: don't obj->Set(Integer::New(...), val)

    Don't create an Integer when setting a numeric index on an object or an
    array, use the version of v8::Object::Set() that takes an uint32_t.
    
    Change the types of the variables from int to uint32_t and clean up
    some code consistency issues while we're here.
    bnoordhuis committed Aug 12, 2013
    Copy the full SHA
    5725864 View commit details
    Browse the repository at this point in the history