Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| error:ReferenceError
function f() {
(x ? Math.fround(0) : x ? a : x) && b;
}
f(Math.fround);
// |jit-test| error:ReferenceError
function f() {
(x ? Math.fround(0) : x ? a : x) && b;
}
f(Math.fround);