Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
Dparserharness.js260 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 …]
Dparserharness.types983 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
1354emitLog('error', { desc: this.description, pass: false }, e); } else { …
1358emitLog('error', { desc: this.description, pass: false }, e); } else { …
1359emitLog('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 …]
Dparserharness.errors.txt390 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 …]
Dparserharness.symbols755 export function emitLog(field: string, ...params: any[]) {
756 >emitLog : Symbol(emitLog, Decl(parserharness.ts, 257, 5))
1047 emitLog('testStart', { desc: this.description });
1048 >emitLog : Symbol(emitLog, Decl(parserharness.ts, 257, 5))
1080 emitLog('error', { desc: this.description, pass: false }, e);
1081 >emitLog : Symbol(emitLog, Decl(parserharness.ts, 257, 5))
1092 emitLog('pass', { desc: this.description, pass: true });
1093 >emitLog : Symbol(emitLog, Decl(parserharness.ts, 257, 5))
1164 emitLog('scenarioStart', { desc: this.description });
1165 >emitLog : Symbol(emitLog, Decl(parserharness.ts, 257, 5))
[all …]
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts260 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/
Dlog.js160 this.emitLog(m)
214 this.emitLog(m)
217 log.emitLog = function (m) {
/third_party/typescript/tests/baselines/reference/user/
Dnpmlog.log23 node_modules/npmlog/log.js(214,8): error TS2339: Property 'emitLog' does not exist on type '(Anonym…