Description[typedarrays] Implement %TypedArray%.prototype.reverse in C++
- Implement %TypedArray%prototype.reverse in builtins and
ElementsAccessor to use std::reverse
- Remove TypedArrayReverse in src/js/typedarray.js
- Fix typo in comments
BUG=v8:5929
Review-Url: https://codereview.chromium.org/2761453002
Cr-Commit-Position: refs/heads/master@{#44132}
Committed: https://chromium.googlesource.com/v8/v8/+/1bf8becc637fd1cc833812a8bf0f1cf6ba6d3add
Patch Set 1 #Patch Set 2 : Do not pass isolate #
Total comments: 2
Patch Set 3 : Use std::reverse #
Total comments: 2
Patch Set 4 : no handle #Patch Set 5 : rebase #Patch Set 6 : fix compile eror #Patch Set 7 : rebase #
Messages
Total messages: 34 (24 generated)
|