2 lines
64 B
JavaScript
2 lines
64 B
JavaScript
function hello() {'use strict'; ({ s: function eval() { } }); }
|
function hello() {'use strict'; ({ s: function eval() { } }); }
|