Searched refs:getHue (Results 1 – 6 of 6) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | derivedClasses.types | 9 var getHue = () => { return this.hue(); }; 10 >getHue : () => string 17 return getHue() + " red"; 18 >getHue() + " red" : string 19 >getHue() : string 20 >getHue : () => string 44 var getHue = () => { return this.hue(); }; 45 >getHue : () => string 52 return getHue() + " blue"; 53 >getHue() + " blue" : string [all …]
|
D | derivedClasses.symbols | 9 var getHue = () => { return this.hue(); }; 10 >getHue : Symbol(getHue, Decl(derivedClasses.ts, 2, 8)) 15 return getHue() + " red"; 16 >getHue : Symbol(getHue, Decl(derivedClasses.ts, 2, 8)) 37 var getHue = () => { return this.hue(); }; 38 >getHue : Symbol(getHue, Decl(derivedClasses.ts, 15, 8)) 43 return getHue() + " blue"; 44 >getHue : Symbol(getHue, Decl(derivedClasses.ts, 15, 8))
|
D | derivedClasses.js | 4 var getHue = () => { return this.hue(); }; function 5 return getHue() + " red"; 17 var getHue = () => { return this.hue(); }; function 18 return getHue() + " blue"; 56 var getHue = function () { return _this.hue(); }; function 57 return getHue() + " red"; 75 var getHue = function () { return _this.hue(); }; function 76 return getHue() + " blue";
|
D | derivedClasses.errors.txt | 10 var getHue = () => { return this.hue(); }; 11 return getHue() + " red"; 23 var getHue = () => { return this.hue(); }; 24 return getHue() + " blue";
|
/third_party/typescript/tests/cases/compiler/ |
D | derivedClasses.ts | 3 var getHue = () => { return this.hue(); }; 4 return getHue() + " red"; 16 var getHue = () => { return this.hue(); }; 17 return getHue() + " blue";
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | tv.js | 1112 getHue: function (...args) { method
|