strict.ejs 157 Bytes Raw Blame History Permalink 1 2 3 4 5 <% // Unspecified execution context should be `undefined` in strict mode var isReallyStrict = !((function () { return this; })()) -%> <%= isReallyStrict -%>