-1:000000000000 | 0:42f5eadd747b |
---|---|
1 try { let(x = Date(7), y = let(a = x)("")) {} } catch (e) {} | |
2 | |
3 try { | |
4 with({ | |
5 y: Float64Array | |
6 }) | |
7 for each(let y in [y]) {} | |
8 } catch (e) {} | |
9 | |
10 try { test(); } catch (e) {} | |
11 function test() { | |
12 try { | |
13 var result, arguments = 'adddb', arguments; | |
14 } catch (ex) {} | |
15 } |