Searched refs:emitLog (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | parserharness.js | 260 export function emitLog(field: string, ...params: any[]) { function 379 emitLog('testStart', { desc: this.description }); 386 emitLog('error', { desc: this.description, pass: false }, e); 390 emitLog('pass', { desc: this.description, pass: true }); 418 emitLog('scenarioStart', { desc: this.description }); 427 assert.bugIds.forEach(desc => emitLog('bug', metadata, desc)); 428 emitLog('scenarioEnd', metadata, e); 459 assert.bugIds.forEach(desc => emitLog('bug', metadata, desc)); 460 emitLog('scenarioEnd', metadata); 471 emitLog('start'); [all …]
|
D | parserharness.types | 983 export function emitLog(field: string, ...params: any[]) { 984 >emitLog : (field: string, ...params: any[]) => void 1337 emitLog('testStart', { desc: this.description }); 1338 >emitLog('testStart', { desc: this.description }) : void 1339 >emitLog : (field: string, ...params: any[]) => void 1354 …emitLog('error', { desc: this.description, pass: false }, e); } else { … 1358 …emitLog('error', { desc: this.description, pass: false }, e); } else { … 1359 …emitLog('error', { desc: this.description, pass: false }, e); } else { … 1379 emitLog('error', { desc: this.description, pass: false }, e); 1380 >emitLog('error', { desc: this.description, pass: false }, e) : void [all …]
|
D | parserharness.errors.txt | 390 export function emitLog(field: string, ...params: any[]) { 519 emitLog('testStart', { desc: this.description }); 526 emitLog('error', { desc: this.description, pass: false }, e); 530 emitLog('pass', { desc: this.description, pass: true }); 558 emitLog('scenarioStart', { desc: this.description }); 567 assert.bugIds.forEach(desc => emitLog('bug', metadata, desc)); 568 emitLog('scenarioEnd', metadata, e); 599 assert.bugIds.forEach(desc => emitLog('bug', metadata, desc)); 600 emitLog('scenarioEnd', metadata); 611 emitLog('start'); [all …]
|
D | parserharness.symbols | 757 export function emitLog(field: string, ...params: any[]) { 758 >emitLog : Symbol(emitLog, Decl(parserharness.ts, 257, 5)) 1049 emitLog('testStart', { desc: this.description }); 1050 >emitLog : Symbol(emitLog, Decl(parserharness.ts, 257, 5)) 1082 emitLog('error', { desc: this.description, pass: false }, e); 1083 >emitLog : Symbol(emitLog, Decl(parserharness.ts, 257, 5)) 1094 emitLog('pass', { desc: this.description, pass: true }); 1095 >emitLog : Symbol(emitLog, Decl(parserharness.ts, 257, 5)) 1166 emitLog('scenarioStart', { desc: this.description }); 1167 >emitLog : Symbol(emitLog, Decl(parserharness.ts, 257, 5)) [all …]
|
/third_party/node/deps/npm/test/fixtures/ |
D | mock-logs.js | 5 const npmEmitLog = NPMLOG.emitLog.bind(NPMLOG) 93 emitLog: (m) => { method
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/ |
D | parserharness.ts | 260 export function emitLog(field: string, ...params: any[]) { 379 emitLog('testStart', { desc: this.description }); 386 emitLog('error', { desc: this.description, pass: false }, e); 390 emitLog('pass', { desc: this.description, pass: true }); 418 emitLog('scenarioStart', { desc: this.description }); 427 assert.bugIds.forEach(desc => emitLog('bug', metadata, desc)); 428 emitLog('scenarioEnd', metadata, e); 459 assert.bugIds.forEach(desc => emitLog('bug', metadata, desc)); 460 emitLog('scenarioEnd', metadata); 471 emitLog('start'); [all …]
|
/third_party/node/deps/npm/node_modules/npmlog/lib/ |
D | log.js | 201 this.emitLog(m) 261 this.emitLog(m) 264 log.emitLog = function (m) {
|
/third_party/typescript/tests/baselines/reference/user/ |
D | npmlog.log | 24 node_modules/npmlog/log.js(214,8): error TS2339: Property 'emitLog' does not exist on type '(Anonym…
|