Sign in
webkit
/
WebKit
/
1f5bafe5ae87a22fbc029b76fb26b628be327746
/
.
/
JSTests
/
stress
/
get-my-argument-by-val-wrap-around-no-warm-up.js
blob: a6a16576cb29efa2c208f49ee9f7b31baa0473dc [
file
] [
log
] [
blame
]
function
foo
(
index
)
{
return
arguments
[
index
];
}
noInline
(
foo
);
var
result
=
foo
(-
1
);
if
(
result
!==
void
0
)
throw
"Error: bad result at end: "
+
result
;