Files
website/docs/resources-reference/v1.7/node_modules/ejs/test/fixtures/strict.ejs
T
2017-07-26 15:34:14 -07:00

6 lines
157 B
Plaintext

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