Files
website/docs/api-reference/v1.5/node_modules/ejs/test/fixtures/strict.ejs
T
2017-01-13 09:56:34 -08:00

6 lines
157 B
Plaintext

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