let strict = (function() { returnthis; })() === undefined;
// Allow this to be used as a JSM var EXPORTED_SYMBOLS = [];
if (!strict) vu = 1; // Unqualified Variable var vq = 2; // Qualified Variable
let vl = 3; // Lexical this.gt = 4; // Global This
eval("this.ed = 5"); // Direct Eval
(1,eval)("this.ei = 6"); // Indirect Eval
(newFunction("this.fo = 7"))(); // Dynamic Function Object if (!strict) (function() { this.fi = 8; })(); // Indirect Function This function fd_() { this.fd = 9; }; if (!strict) fd_(); // Direct Function Implicit
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.