Home
last modified time | relevance | path

Searched refs:getHue (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DderivedClasses.types9 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 …]
DderivedClasses.symbols9 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))
DderivedClasses.js4 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";
DderivedClasses.errors.txt10 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/
DderivedClasses.ts3 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/
Dtv.js1112 getHue: function (...args) { method