ecmascript 5 and the script tag

kevin curtis kevinc1846 at googlemail.com
Fri Apr 17 18:52:07 PDT 2009


If a script (or Program) has the 'use strict' directive is there an
api or flag for querying if the script is 'strict'. Both at the
ecmascript level and at the api c/c++ level. Or should the developer
(either in ecmascript or c/c++) examine the first line of source code
for the 'use strict' directive. (The same goes for functions).


More information about the es-discuss mailing list