UNPKG

test262-parser-tests

Version:
3 lines 91 B
function a(b = 1) { } function c(b = (2 + 3)) { } function d({ e } = {}, [ f ] = [ 4 ]) { }