Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
js
/
script-tests
/
dfg-array-length-dead.js
blob: 48c237bcba7a32933f9b00304797ee78813d8edb [
file
] [
log
] [
blame
]
description
(
"Tests that an array length access being dead does not result in register allocation failures."
);
function
foo
(
x
)
{
var
y
=
x
.
f
.
length
;
return
42
;
}
dfgShouldBe
(
foo
,
"foo({f:[]})"
,
"42"
);