| Differences between
and this patch
- a/JSTests/ChangeLog +11 lines
Lines 1-3 a/JSTests/ChangeLog_sec1
1
2021-06-22  Mikhail R. Gadelha  <mikhail@igalia.com>
2
3
        Unskip arguments-properties-order.js on arm and mips
4
        https://bugs.webkit.org/show_bug.cgi?id=227254
5
6
        No failures after 50 iterations. Also tested on Loongson 3A4000 (in 32-bits mode).
7
8
        Unreviewed Gardening.
9
10
        * stress/arguments-properties-order.js:
11
1
2021-06-20  Yusuke Suzuki  <ysuzuki@apple.com>
12
2021-06-20  Yusuke Suzuki  <ysuzuki@apple.com>
2
13
3
        [JSC] Add ValueOf fast path in toPrimitive
14
        [JSC] Add ValueOf fast path in toPrimitive
- a/JSTests/stress/arguments-properties-order.js -2 lines
Lines 1-5 a/JSTests/stress/arguments-properties-order.js_sec1
1
// Currently fails on the Loongson 3A4000 (in 32-bits mode).
2
//@ skip if $architecture == "mips"
3
function getMappedArguments(a, b) { return arguments; }
1
function getMappedArguments(a, b) { return arguments; }
4
function getUnmappedArguments(a, b) { "use strict"; return arguments; }
2
function getUnmappedArguments(a, b) { "use strict"; return arguments; }
5
3

Return to Bug 227254