Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DparserRealSource2.js254 export function flagsToString(e, flags: number): string {
516 function flagsToString(e, flags) { function
533 TypeScript.flagsToString = flagsToString;
DparserRealSource2.types1157 export function flagsToString(e, flags: number): string {
1158 >flagsToString : (e: any, flags: number) => string
DparserRealSource2.symbols686 export function flagsToString(e, flags: number): string {
687 >flagsToString : Symbol(flagsToString, Decl(parserRealSource2.ts, 250, 44))
DparserRealSource2.errors.txt259 export function flagsToString(e, flags: number): string {
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource2.ts253 export function flagsToString(e, flags: number): string { enumerator