UNPKG

test262-parser-tests

Version:
11 lines (10 loc) 95 B
function a() { var b; if (b = ("b")) { return b; } else { return b; } } ; a();