Commit bf3b7163 authored by Mythri's avatar Mythri Committed by Commit Bot

Remove SetForceInlineFlag from src/js/*

This is the second attempt at removing this.
Earlier (https://chromium-review.googlesource.com/579194) there were
regressions on some of the functions related to maps and sets. Now that
all of them are ported to CSA, we can remove the remaining uses of
SetForceInlineFlag.

Bug: v8:6682
Change-Id: Iebf296038aa24b65181b0d10531b0569d313e7fc
Reviewed-on: https://chromium-review.googlesource.com/647452Reviewed-by: 's avatarBenedikt Meurer <bmeurer@chromium.org>
Reviewed-by: 's avatarJaroslav Sevcik <jarin@chromium.org>
Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47856}
parent 99799851
......@@ -243,7 +243,6 @@ TYPED_ARRAYS(TYPED_ARRAY_SUBARRAY_CASE)
"get %TypedArray%.prototype.subarray", this);
}
);
%SetForceInlineFlag(GlobalTypedArray.prototype.subarray);
DEFINE_METHOD(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment