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).