UNPKG

test262-parser-tests

Version:
1 lines 76 B
function a() { var b; if (b = 'b') { return b; } else { return b; } }; a();