/third_party/typescript/tests/baselines/reference/ |
D | collisionThisExpressionAndClassInGlobal.js | 2 class _this { class 8 var _this = /** @class */ (function () { function 9 function _this() { function
|
D | noCollisionThisExpressionAndClassInGlobal.js | 2 class _this { class 7 var _this = /** @class */ (function () { function 8 function _this() { function
|
D | collisionThisExpressionAndParameter.js | 102 function inner(_this) { argument 109 var lamda = function (_this) { argument 113 Foo.prototype.z = function (_this) { argument 121 function inner(_this) { argument 125 var lamda = function (_this) { argument 128 Foo.prototype.z1 = function (_this) { argument 135 function Foo1(_this) { argument 150 function Foo3(_this) { argument 158 Foo3.prototype.z = function (_this) { argument
|
D | collisionThisExpressionAndEnumInGlobal.js | 10 var _this; variable 11 (function (_this) { argument
|
D | collisionThisExpressionAndPropertyNameAsConstuctorParameter.js | 40 function Foo2(_this) { argument 49 function Foo3(_this) { argument 59 function Foo4(_this) { argument 68 function Foo5(_this) { argument
|
D | collisionThisExpressionAndModuleInGlobal.js | 10 var _this; variable 11 (function (_this) { argument
|
D | noCollisionThisExpressionAndLocalVarInAccessors.js | 6 var _this = 2; variable in class1 16 var _this = 2; variable 26 var _this = 2; field in class2 36 var _this = 2; variable
|
D | collisionThisExpressionAndLocalVarInAccessors.js | 6 var _this = 2; variable in class1 16 var _this = 2; variable 26 var _this = 2; field in class2 36 var _this = 2; variable
|
D | superInLambdas.js | 101 _super.prototype.sayHello.call(_this); argument 103 var x = function () { return _super.prototype.sayHello.call(_this); }; argument 111 var x = function () { return _super.prototype.sayHello.call(_this); }; argument 121 … { return function () { return function () { return _super.prototype.sayHello.call(_this); }; }; }; argument 127 … { return function () { return function () { return _super.prototype.sayHello.call(_this); }; }; }; argument
|
D | superCallInNonStaticMethod.js | 81 _this.functionProperty = function () { _super.prototype.instanceMethod.call(_this); }; argument 82 _super.prototype.instanceMethod.call(_this); argument 93 _super.prototype.instanceMethod.call(_this); argument 101 _super.prototype.instanceMethod.call(_this); argument
|
D | noCollisionThisExpressionAndVarInGlobal.js | 2 var _this = 1; variable
|
D | collisionThisExpressionAndFunctionInGlobal.js | 2 function _this() { //Error function
|
D | collisionThisExpressionAndVarInGlobal.js | 2 var _this = 1; variable
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_clipboard.c | 30 SDL_VideoDevice *_this = SDL_GetVideoDevice(); in SDL_SetClipboardText() local 51 SDL_VideoDevice *_this = SDL_GetVideoDevice(); in SDL_GetClipboardText() local 72 SDL_VideoDevice *_this = SDL_GetVideoDevice(); in SDL_HasClipboardText() local
|
/third_party/node/test/js-native-api/6_object_wrap/ |
D | 6_object_wrap.cc | 45 napi_value _this; in New() local 86 napi_value _this; in GetValue() local 102 napi_value _this; in SetValue() local 114 napi_value _this; in PlusOne() local 132 napi_value _this; in Multiply() local
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | convolve_fx.c | 64 compute_tables (VisualFX * _this, PluginInfo * info) in compute_tables() 98 convolve_init (VisualFX * _this, PluginInfo * info) in convolve_init() 138 convolve_free (VisualFX * _this) in convolve_free() 149 create_output_with_brightness (VisualFX * _this, Pixel * src, Pixel * dest, in create_output_with_brightness() 281 convolve_apply (VisualFX * _this, Pixel * src, Pixel * dest, PluginInfo * info) in convolve_apply()
|
D | flying_stars_fx.c | 103 fs_init (VisualFX * _this, PluginInfo * info) in fs_init() 155 fs_free (VisualFX * _this) in fs_free() 220 fs_sound_event_occured (VisualFX * _this, PluginInfo * info) in fs_sound_event_occured() 289 fs_apply (VisualFX * _this, Pixel * src, Pixel * dest, PluginInfo * info) in fs_apply()
|
/third_party/typescript/tests/cases/compiler/ |
D | collisionThisExpressionAndVarInGlobal.ts | 1 var _this = 1; variable
|
D | collisionThisExpressionAndFunctionInGlobal.ts | 1 function _this() { //Error function
|
D | noCollisionThisExpressionAndClassInGlobal.ts | 1 class _this { class
|
D | collisionThisExpressionAndClassInGlobal.ts | 1 class _this { class
|
D | collisionThisExpressionAndAmbientVarInGlobal.ts | 1 declare var _this: number; // no error as no code gen variable
|
D | noCollisionThisExpressionAndVarInGlobal.ts | 1 var _this = 1; variable
|
D | collisionThisExpressionAndAmbientClassInGlobal.ts | 1 declare class _this { // no error - as no code generation class
|
D | noCollisionThisExpressionInFunctionAndVarInGlobal.ts | 5 var _this = 5; variable
|