Sign in
webkit
/
WebKit
/
ce28a947fd97bb50e54b3e5ca245ecb0d0dc084a
/
.
/
JSTests
/
stress
/
yield-named-accessors.js
blob: e2924223e23f8afc5ee5585387c2e3cea6fd78fc [
file
] [
log
] [
blame
]
function
t1
()
{
let object
=
{
get
yield
()
{
},
set
yield
(
value
)
{
}
}
}
function
t2
()
{
"use strict"
;
let object
=
{
get
yield
()
{
},
set
yield
(
value
)
{
}
}
}