Description[typedarrays] Implement %TypedArray%.prototype.lastIndexOf in C++
- Implement C++ builtins and ElementsAccessor for
%TypedArray%.prototype.lastIndexOf
- Remove TypedArrayLastIndexOf in src/js/typedarray.js
- Combine InnerArrayLastIndexOf and ArrayLastIndexOf in src/js/array.js
BUG=v8:5929
Review-Url: https://codereview.chromium.org/2744283002
Cr-Commit-Position: refs/heads/master@{#43870}
Committed: https://chromium.googlesource.com/v8/v8/+/da1bddcd75319d65e98e0eaacbe7904228f48cbc
Patch Set 1 #
Total comments: 2
Patch Set 2 : Move neutering check to DCHECK, and properly get the first arg #Patch Set 3 : make win happy #Patch Set 4 : Use uint32_t for indexing #Patch Set 5 : correct negative indexing #Patch Set 6 : Add comments #Patch Set 7 : Correct integral value check #
Messages
Total messages: 39 (31 generated)
|