kops/docs/apireference/build/node_modules/ejs/test/fixtures/strict.ejs

6 lines
157 B
Plaintext

<%
// Unspecified execution context should be `undefined` in strict mode
var isReallyStrict = !((function () { return this; })())
-%>
<%= isReallyStrict -%>