Searched refs:globalNames (Results 1 – 1 of 1) sorted by relevance
160 const globalNames: string[] = []; constant164 globalNames.push(name);170 …eText = `(function (module, exports, require, __dirname, __filename, ${globalNames.join(", ")}) { …269 const globalNames: string[] = []; constant273 globalNames.push(name);280 const evaluateText = `(function (System, ${globalNames.join(", ")}) { ${text} })`;