Searched refs:flagsToString (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/tests/baselines/reference/ |
| D | parserRealSource2.js | 254 export function flagsToString(e, flags: number): string { 516 function flagsToString(e, flags) { function 533 TypeScript.flagsToString = flagsToString;
|
| D | parserRealSource2.types | 1157 export function flagsToString(e, flags: number): string { 1158 >flagsToString : (e: any, flags: number) => string
|
| D | parserRealSource2.symbols | 686 export function flagsToString(e, flags: number): string { 687 >flagsToString : Symbol(flagsToString, Decl(parserRealSource2.ts, 250, 44))
|
| D | parserRealSource2.errors.txt | 259 export function flagsToString(e, flags: number): string {
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
| D | parserRealSource2.ts | 253 export function flagsToString(e, flags: number): string { enumerator
|