Home
last modified time | relevance | path

Searched defs:getX (Results 1 – 21 of 21) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DclassStaticBlock11(target=es2015).js2 let getX; variable
11 getX = (obj: C) => obj.#x; function in C
29 let getX; variable
39 getX = (obj) => __classPrivateFieldGet(obj, _C_x, "f"); function
DclassStaticBlock16.js2 let getX: (c: C) => number; variable
11 getX = (obj: C) => obj.#x; function in C
22 getX = (obj: C) => obj.#x; function in D
40 let getX; variable
50 getX = (obj) => __classPrivateFieldGet(obj, _C_x, "f"); function
DclassStaticBlock11(target=es2022).js2 let getX; variable
11 getX = (obj: C) => obj.#x; function in C
17 let getX; variable
DclassStaticBlock11(target=esnext).js2 let getX; variable
11 getX = (obj: C) => obj.#x; function in C
17 let getX; variable
DclassStaticBlock17.js11 getX () { method in A
17 getX(obj) { return obj.#x }, method
53 getX() { method in A
60 getX(obj) { return __classPrivateFieldGet(obj, _A_x, "f"); }, method
DprivateNameComputedPropertyName2(target=es2022).js2 let getX: (a: A) => number; variable
13 let getX; variable
DprivateNameComputedPropertyName2(target=esnext).js2 let getX: (a: A) => number; variable
13 let getX; variable
DprivateNameComputedPropertyName2(target=es2015).js2 let getX: (a: A) => number; variable
19 let getX; variable
DprivateInstanceVisibility.js32 getX() { return this.x; } method in C
60 C.prototype.getX = function () { return this.x; }; method in C
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.2/using_declarations_and_explicit_resource_management/
Dusing_Declarations_9.ts26 function getX() {}; function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.8/
Dmy_module.ts18 export function getX(x: string) { return x; }; function
D3_which_should_i_use.ts35 getX(): number { method in Two
/third_party/typescript/tests/cases/conformance/classes/members/privateNames/
DprivateNameComputedPropertyName2.ts3 let getX: (a: A) => number; variable
/third_party/typescript/tests/cases/conformance/classes/classStaticBlock/
DclassStaticBlock11.ts3 let getX; variable
DclassStaticBlock16.ts3 let getX: (c: C) => number; variable
DclassStaticBlock17.ts12 getX () { method in A
/third_party/typescript/tests/cases/compiler/
DprivateInstanceVisibility.ts31 getX() { return this.x; } method in C
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.8/2_ecmsscript_private_fields/
D2_ecmsscript_private_fields_2.ts26 getX() { method in stu
/third_party/skia/third_party/externals/angle2/util/
DOSWindow.cpp367 int OSWindow::getX() const in getX() function in OSWindow
/third_party/skia/src/effects/imagefilters/
DSkDisplacementMapImageFilter.cpp87 unsigned getX(SkColor c) const { return (c >> fShiftX) & 0xFF; } in getX() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp319 const SCEV *DependenceInfo::Constraint::getX() const { in getX() function in DependenceInfo::Constraint