Differences From Artifact [3c4bc79cac]:
- File gc_core/js/lang_core/gc_engine.js — part of check-in [3d1c080fa8] at 2017-08-03 10:04:50 on branch webext2 — [core][js] ibdawg initialization (user: olr, size: 22747) [annotate] [blame] [check-ins using]
To Artifact [b8c30b3776]:
- File gc_core/js/lang_core/gc_engine.js — part of check-in [dfc3a68fbf] at 2017-08-03 10:12:37 on branch webext2 — [core][js] don’t use const for modules as objects: const don’t allow to be “redefined” even in a condition which wouldn’t allow redefinition (user: olr, size: 22745) [annotate] [blame] [check-ins using]
︙ | |||
30 31 32 33 34 35 36 | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | - + | let _sAppContext = ""; // what software is running let _dOptions = null; let _aIgnoredRules = new Set(); let _oDict = null; let _dAnalyses = new Map(); // cache for data from dictionary |
︙ |