Home
last modified time | relevance | path

Searched refs:globalNames (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/harness/
DevaluatorImpl.ts160 const globalNames: string[] = []; constant
164 globalNames.push(name);
170 …eText = `(function (module, exports, require, __dirname, __filename, ${globalNames.join(", ")}) { …
269 const globalNames: string[] = []; constant
273 globalNames.push(name);
280 const evaluateText = `(function (System, ${globalNames.join(", ")}) { ${text} })`;