testDestructuringFormalError.js (70B)
1 // |jit-test| error:TypeError 2 (function({ 3 l 4 }) { 5 eval(); 6 })()