bug1750496.js (382B)
1 // |jit-test| --ion-offthread-compile=off; --ion-warmup-threshold=6; --baseline-warmup-threshold=0; --small-function-length=1024; --inlining-entry-threshold=1; --trial-inlining-warmup-threshold=5; 2 for (let v1 = 0; v1 < 4; v1++) { 3 const v28 = "aa".split(''); 4 v28[0] = 1; 5 const v35 = "aa".split(''); 6 assertEq(v35[0], "a"); 7 assertEq(Object.is(v35, v28), false); 8 }