/third_party/jerryscript/tests/jerry/ |
D | string-upper-lower-case-conversion.js | 17 assert ("\ufb00".toLowerCase() == "\ufb00"); 20 assert ("\ufb01".toLowerCase() == "\ufb01"); 23 assert ("\ufb02".toLowerCase() == "\ufb02"); 26 assert ("\ufb03".toLowerCase() == "\ufb03"); 29 assert ("\ufb04".toLowerCase() == "\ufb04"); 32 assert ("\ufb05".toLowerCase() == "\ufb05"); 35 assert ("\ufb06".toLowerCase() == "\ufb06"); 39 assert ("\u0130".toLowerCase() == "\u0069\u0307"); 43 assert ("\u00df".toLowerCase() == "\u00df"); 47 assert ("\u012c".toLowerCase() == "\u012d"); [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | nullishCoalescingOperator9.types | 7 let g = f || (abc => { void abc.toLowerCase() }) 9 >f || (abc => { void abc.toLowerCase() }) : (x: string) => void 11 >(abc => { void abc.toLowerCase() }) : (abc: string) => void 12 >abc => { void abc.toLowerCase() } : (abc: string) => void 14 >void abc.toLowerCase() : undefined 15 >abc.toLowerCase() : string 16 >abc.toLowerCase : () => string 18 >toLowerCase : () => string 20 let gg = f ?? (abc => { void abc.toLowerCase() }) 22 >f ?? (abc => { void abc.toLowerCase() }) : (x: string) => void [all …]
|
D | bestChoiceType.types | 4 (''.match(/ /) || []).map(s => s.toLowerCase()); 5 >(''.match(/ /) || []).map(s => s.toLowerCase()) : string[] 16 >s => s.toLowerCase() : (s: string) => string 18 >s.toLowerCase() : string 19 >s.toLowerCase : () => string 21 >toLowerCase : () => string 42 let z = y.map(s => s.toLowerCase()); 44 >y.map(s => s.toLowerCase()) : string[] 48 >s => s.toLowerCase() : (s: string) => string 50 >s.toLowerCase() : string [all …]
|
D | targetTypingOnFunctions.types | 2 var fu: (s: string) => string = function (s) { return s.toLowerCase() }; 5 >function (s) { return s.toLowerCase() } : (s: string) => string 7 >s.toLowerCase() : string 8 >s.toLowerCase : () => string 10 >toLowerCase : () => string 12 var zu = fu = function (s) { return s.toLowerCase() }; 14 >fu = function (s) { return s.toLowerCase() } : (s: string) => string 16 >function (s) { return s.toLowerCase() } : (s: string) => string 18 >s.toLowerCase() : string 19 >s.toLowerCase : () => string [all …]
|
D | arrayconcat.types | 36 …(function(a, b) { var aName = a.name.toLowerCase(); var bName = b.name.toLow… 40 …(function(a, b) { var aName = a.name.toLowerCase(); var bName = b.name.toLow… 46 >function(a, b) { var aName = a.name.toLowerCase(); var bName = b.name.toLowe… 50 var aName = a.name.toLowerCase(); 52 >a.name.toLowerCase() : string 53 >a.name.toLowerCase : () => string 57 >toLowerCase : () => string 59 var bName = b.name.toLowerCase(); 61 >b.name.toLowerCase() : string 62 >b.name.toLowerCase : () => string [all …]
|
D | bestChoiceType.symbols | 4 (''.match(/ /) || []).map(s => s.toLowerCase()); 10 >s.toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --)) 12 >toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --)) 28 let z = y.map(s => s.toLowerCase()); 34 >s.toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --)) 36 >toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --)) 52 let z = y.map(s => s.toLowerCase()); 58 >s.toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --)) 60 >toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --))
|
D | switchWithConstrainedTypeVariable.symbols | 14 key.toLowerCase(); 15 >key.toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --)) 17 >toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --)) 21 key.toLowerCase(); 22 >key.toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --)) 24 >toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --))
|
D | targetTypingOnFunctions.symbols | 2 var fu: (s: string) => string = function (s) { return s.toLowerCase() }; 6 >s.toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --)) 8 >toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --)) 10 var zu = fu = function (s) { return s.toLowerCase() }; 14 >s.toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --)) 16 >toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --))
|
D | nullishCoalescingOperator9.symbols | 6 let g = f || (abc => { void abc.toLowerCase() }) 10 >abc.toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --)) 12 >toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --)) 14 let gg = f ?? (abc => { void abc.toLowerCase() }) 18 >abc.toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --)) 20 >toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --))
|
D | fixingTypeParametersRepeatedly1.types | 10 f("", x => null, x => x.toLowerCase()); 11 >f("", x => null, x => x.toLowerCase()) : string 17 >x => x.toLowerCase() : (x: string) => string 19 >x.toLowerCase() : string 20 >x.toLowerCase : () => string 22 >toLowerCase : () => string 36 g("", x => null, x => x.toLowerCase()); 37 >g("", x => null, x => x.toLowerCase()) : any 43 >x => x.toLowerCase() : (x: string) => string 45 >x.toLowerCase() : string [all …]
|
D | switchWithConstrainedTypeVariable.types | 14 key.toLowerCase(); 15 >key.toLowerCase() : string 16 >key.toLowerCase : () => string 18 >toLowerCase : () => string 22 key.toLowerCase(); 23 >key.toLowerCase() : string 24 >key.toLowerCase : () => string 26 >toLowerCase : () => string
|
D | orderMattersForSignatureGroupIdentity.types | 38 v({ s: "", n: 0 }).toLowerCase(); 39 >v({ s: "", n: 0 }).toLowerCase() : any 40 >v({ s: "", n: 0 }).toLowerCase : any 48 >toLowerCase : any 56 w({ s: "", n: 0 }).toLowerCase(); 57 >w({ s: "", n: 0 }).toLowerCase() : any 58 >w({ s: "", n: 0 }).toLowerCase : any 66 >toLowerCase : any
|
D | logicalOrExpressionIsNotContextuallyTyped.types | 13 var r = a || ((a) => a.toLowerCase()); 15 >a || ((a) => a.toLowerCase()) : (a: string) => string 17 >((a) => a.toLowerCase()) : (a: string) => string 18 >(a) => a.toLowerCase() : (a: string) => string 20 >a.toLowerCase() : string 21 >a.toLowerCase : () => string 23 >toLowerCase : () => string
|
D | bestChoiceType.js | 4 (''.match(/ /) || []).map(s => s.toLowerCase()); 11 let z = y.map(s => s.toLowerCase()); 17 let z = y.map(s => s.toLowerCase()); 23 (''.match(/ /) || []).map(function (s) { return s.toLowerCase(); }); 28 var z = y.map(function (s) { return s.toLowerCase(); }); 33 var z = y.map(function (s) { return s.toLowerCase(); });
|
D | arrayconcat.symbols | 50 var aName = a.name.toLowerCase(); 52 >a.name.toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --)) 56 >toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --)) 58 var bName = b.name.toLowerCase(); 60 >b.name.toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --)) 64 >toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --))
|
D | fixingTypeParametersRepeatedly1.symbols | 17 f("", x => null, x => x.toLowerCase()); 21 >x.toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --)) 23 >toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --)) 44 g("", x => null, x => x.toLowerCase()); 48 >x.toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --)) 50 >toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --))
|
D | commaOperatorWithSecondOperandObjectType.types | 116 STRING.toLowerCase(), new CLASS() 117 >STRING.toLowerCase(), new CLASS() : CLASS 118 >STRING.toLowerCase() : string 119 >STRING.toLowerCase : () => string 121 >toLowerCase : () => string 168 var resultIsObject11 = (STRING.toLowerCase(), new CLASS()); 170 >(STRING.toLowerCase(), new CLASS()) : CLASS 171 >STRING.toLowerCase(), new CLASS() : CLASS 172 >STRING.toLowerCase() : string 173 >STRING.toLowerCase : () => string [all …]
|
D | jsdocParamTagOnPropertyInitializer.types | 6 m = x => x.toLowerCase(); 8 >x => x.toLowerCase() : (x: string) => string 10 >x.toLowerCase() : string 11 >x.toLowerCase : () => string 13 >toLowerCase : () => string
|
D | jsdocParamTagOnPropertyInitializer.symbols | 6 m = x => x.toLowerCase(); 9 >x.toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --)) 11 >toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --))
|
D | nonexistentPropertyOnUnion.errors.txt | 1 tests/cases/compiler/nonexistentPropertyOnUnion.ts(2,7): error TS2339: Property 'toLowerCase' does … 2 Property 'toLowerCase' does not exist on type 'Promise<string>'. 7 x.toLowerCase(); 9 !!! error TS2339: Property 'toLowerCase' does not exist on type 'string | Promise<string>'. 10 !!! error TS2339: Property 'toLowerCase' does not exist on type 'Promise<string>'.
|
D | nullishCoalescingOperator4.types | 6 const aa1 = a1 ?? a1.toLowerCase() 8 >a1 ?? a1.toLowerCase() : any 10 >a1.toLowerCase() : any 11 >a1.toLowerCase : any 13 >toLowerCase : any
|
/third_party/node/test/parallel/ |
D | test-path-makelong.js | 65 assert.strictEqual(path.win32.toNamespacedPath('foo\\bar').toLowerCase(), 66 `\\\\?\\${process.cwd().toLowerCase()}\\foo\\bar`); 67 assert.strictEqual(path.win32.toNamespacedPath('foo/bar').toLowerCase(), 68 `\\\\?\\${process.cwd().toLowerCase()}\\foo\\bar`); 71 path.win32.toNamespacedPath(currentDeviceLetter).toLowerCase(), 72 `\\\\?\\${process.cwd().toLowerCase()}`); 73 assert.strictEqual(path.win32.toNamespacedPath('C').toLowerCase(), 74 `\\\\?\\${process.cwd().toLowerCase()}\\c`);
|
/third_party/node/tools/ |
D | update-authors.js | 13 get(key) { return this._map.get(key.toLowerCase()); } 14 set(key, value) { return this._map.set(key.toLowerCase(), value); } 44 mailmap.set(match[2].toLowerCase(), { 49 mailmap.set(match[2].toLowerCase(), { email: match[1] }); 52 mailmap.set(match[3].toLowerCase(), { 58 mailmap.set(match[3] + '\0' + match[4].toLowerCase(), { 80 const emailLower = email.toLowerCase();
|
/third_party/node/deps/npm/lib/ |
D | help-search.js | 54 match = data.toLowerCase().indexOf(args[a].toLowerCase()) !== -1 72 match = nextLine.toLowerCase() 73 .indexOf(args[a].toLowerCase()) !== -1 84 match = line.toLowerCase().indexOf(args[a].toLowerCase()) !== -1 109 var hit = (line || '').toLowerCase() 110 .split(arg.toLowerCase()).length - 1 182 var finder = out.toLowerCase().split(args[a].toLowerCase())
|
/third_party/node/deps/npm/node_modules/yargs-parser/node_modules/camelcase/ |
D | index.js | 17 …pper && isLastLastCharUpper && /[a-zA-Z]/.test(character) && character.toLowerCase() === character… 23 isLastCharLower = character.toLowerCase() === character && character.toUpperCase() !== character; 25 isLastCharUpper = character.toUpperCase() === character && character.toLowerCase() !== character; 56 return options.pascalCase ? input.toUpperCase() : input.toLowerCase(); 59 const hasUpperCase = input !== input.toLowerCase(); 67 .toLowerCase()
|