Source code

Revision control

Copy as Markdown

Other Tools

// Binary: cache/js-dbg-64-fecae145d884-linux
// Flags: -m -n -a
//
function foo(x) {
x === x--;
}
foo(1.2);