Sign in
webkit
/
WebKit
/
1a79bee400eb09e4e61992ad877612506d12b02d
/
.
/
JSTests
/
stress
/
is-cell-with-type-should-check-non-cell-cases.js
blob: e056ee585afe72faf716ca0c2ffcdfe3fb8513c0 [
file
] [
log
] [
blame
]
function
getter
()
{
if
(+
undefined
)
{
return
''
;
}
}
function
foo
()
{}
Object
.
defineProperty
(
foo
,
'name'
,
{
get
:
getter
});
for
(
let i
=
0
;
i
<
10000
;
i
++)
{
foo
.
bind
(
null
,
foo
,
null
);
}