Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
stress
/
function-bind-proxy.js
blob: 9c27427f797d417f86592585437158286ab0888e [
file
] [
log
] [
blame
] [
edit
]
function
f1
()
{
}
const
o2
=
{
"getOwnPropertyDescriptor"
:
f1
,
};
const
v4
=
new
Proxy
(
Date
,
o2
);
const
v7
=
new
Int16Array
(
v4
.
bind
());