Searched refs:evaluateThunk (Results 1 – 1 of 1) sorted by relevance
/third_party/typescript/src/harness/ |
D | evaluatorImpl.ts | 172 …const evaluateThunk = (void 0, eval)(evaluateText) as (module: any, exports: any, require: (id: st… constant 173 …evaluateThunk.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);
|