js/src/jit-test/tests/arguments/defaults-bug759904.js

branch
TOR_BUG_9701
changeset 10
ac0c01689b40
equal deleted inserted replaced
-1:000000000000 0:8d675ea6e583
1 function a(b=3) {
2 yield
3 }
4 a()

mercurial