Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Issue 2732823002: [typedarrays] Move %TypedArray%.prototype.includes to C++ builtins (Closed)

Created:
3 years, 9 months ago by Choongwoo Han
Modified:
3 years, 9 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[typedarrays] Move %TypedArray%.prototype.includes to C++ builtins - Remove TypedArrayIncludes in src/js/typedarray.js - Implement it to C++ using the IncludesValue implementation in ElementsAccessor BUG=v8:5929 Review-Url: https://codereview.chromium.org/2732823002 Cr-Commit-Position: refs/heads/master@{#43625} Committed: https://chromium.googlesource.com/v8/v8/+/a9ace2989326eb51b2b1f4b9ab1185b050845944

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -34 lines) Patch
M src/bootstrapper.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/builtins/builtins.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/builtins/builtins-typedarray.cc View 2 chunks +31 lines, -0 lines 0 comments Download
M src/js/typedarray.js View 2 chunks +0 lines, -34 lines 0 comments Download

Messages

Total messages: 13 (9 generated)
Choongwoo Han
PTAL
3 years, 9 months ago (2017-03-05 07:16:58 UTC) #3
Benedikt Meurer
LGTM from me. Thank you! I suspect really specializing the IncludesValue in the ElementsAccessor to ...
3 years, 9 months ago (2017-03-05 17:47:35 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2732823002/1
3 years, 9 months ago (2017-03-07 05:04:50 UTC) #10
commit-bot: I haz the power
3 years, 9 months ago (2017-03-07 05:06:36 UTC) #13
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/v8/v8/+/a9ace2989326eb51b2b1f4b9ab1185b0508...

Powered by Google App Engine
This is Rietveld 408576698