Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
stress
/
assert-not-empty.js
blob: 75165b611855f7171979ae16c9692eb18ab701bb [
file
] [
log
] [
blame
] [
edit
]
//@ runDefault("--useObjectAllocationSinking=0")
function
foo
(
o
)
{
if
(!
o
)
{
+
eval
;
}
o
.
x
;
};
let i
=
0
;
for
(;
i
<
testLoopCount
;++
i
)
{
foo
(
Object
);
}