Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DevaluatorImpl.ts172 …const evaluateThunk = (void 0, eval)(evaluateText) as (module: any, exports: any, require: (id: st… constant
173evaluateThunk.call(this.globals, module, module.exports, localRequire, vpath.dirname(file), file, …
283 … const evaluateThunk = (void 0, eval)(evaluateText) as (System: any, ...globalArgs: any[]) => void; constant
284 evaluateThunk.call(this.globals, localSystem, ...globalArgs);