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: a3877ab53e75
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 1c265c54a20a
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 17, 2012

  1. typed arrays: re-export SizeOfArrayElementForType()

    Although it is not used externally by node, it is needed by upstream and Plask.
    
    This effectively reverts:
    
        commit 1444801
        Author: Aaron Jacobs <jacobsa@google.com>
        Date:   Thu Mar 15 13:26:35 2012 +1100
    
            typed arrays: unexport SizeOfArrayElementForType()
    
            It isn't used anywhere else, so made it an implementation detail in
            v8_typed_array.cc.
    deanm authored and bnoordhuis committed Dec 17, 2012
    Copy the full SHA
    ba00fb0 View commit details
    Browse the repository at this point in the history
  2. typed arrays: fix missing type in SizeOfArrayElementForType()

    When Mikael Bourges-Sevenier added support for Uint8ClampedArray in 67fc1da,
    the new type was not added to SizeOfArrayElementForType().
    deanm authored and bnoordhuis committed Dec 17, 2012
    Copy the full SHA
    1c265c5 View commit details
    Browse the repository at this point in the history