The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / src / v8_typed_array.h @ 31c510ca

History | View | Annotate | Download (1.39 KB)

# Date Author Comment
ba00fb01 12/17/2012 11:37 AM Dean McNamee

typed arrays: re-export SizeOfArrayElementForType()

Although it is not used externally by node, it is needed by upstream and Plask.

This effectively reverts:

commit 1444801374bafb9a467a7ddeb214a9f92b311b80
Author: Aaron Jacobs <>...
14448013 04/12/2012 05:48 PM Aaron Jacobs

typed arrays: unexport SizeOfArrayElementForType()

It isn't used anywhere else, so made it an implementation detail in
v8_typed_array.cc.

ff4a9d38 03/09/2012 06:14 PM Ben Noordhuis

core: use proper #include directives

7cab4d68 08/12/2011 12:42 PM Ben Noordhuis

typed arrays: integrate plask's typed array implementation