Home
last modified time | relevance | path

Searched defs:_this (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DcollisionThisExpressionAndClassInGlobal.js2 class _this { class
8 var _this = /** @class */ (function () { function
9 function _this() { function
DnoCollisionThisExpressionAndClassInGlobal.js2 class _this { class
7 var _this = /** @class */ (function () { function
8 function _this() { function
DcollisionThisExpressionAndParameter.js102 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
DcollisionThisExpressionAndEnumInGlobal.js10 var _this; variable
11 (function (_this) { argument
DcollisionThisExpressionAndPropertyNameAsConstuctorParameter.js40 function Foo2(_this) { argument
49 function Foo3(_this) { argument
59 function Foo4(_this) { argument
68 function Foo5(_this) { argument
DcollisionThisExpressionAndModuleInGlobal.js10 var _this; variable
11 (function (_this) { argument
DnoCollisionThisExpressionAndLocalVarInAccessors.js6 var _this = 2; variable in class1
16 var _this = 2; variable
26 var _this = 2; field in class2
36 var _this = 2; variable
DcollisionThisExpressionAndLocalVarInAccessors.js6 var _this = 2; variable in class1
16 var _this = 2; variable
26 var _this = 2; field in class2
36 var _this = 2; variable
DsuperInLambdas.js101 _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
DsuperCallInNonStaticMethod.js81 _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
DnoCollisionThisExpressionAndVarInGlobal.js2 var _this = 1; variable
DcollisionThisExpressionAndFunctionInGlobal.js2 function _this() { //Error function
DcollisionThisExpressionAndVarInGlobal.js2 var _this = 1; variable
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_clipboard.c30 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/
D6_object_wrap.cc45 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/
Dconvolve_fx.c64 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()
Dflying_stars_fx.c103 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/
DcollisionThisExpressionAndVarInGlobal.ts1 var _this = 1; variable
DcollisionThisExpressionAndFunctionInGlobal.ts1 function _this() { //Error function
DnoCollisionThisExpressionAndClassInGlobal.ts1 class _this { class
DcollisionThisExpressionAndClassInGlobal.ts1 class _this { class
DcollisionThisExpressionAndAmbientVarInGlobal.ts1 declare var _this: number; // no error as no code gen variable
DnoCollisionThisExpressionAndVarInGlobal.ts1 var _this = 1; variable
DcollisionThisExpressionAndAmbientClassInGlobal.ts1 declare class _this { // no error - as no code generation class
DnoCollisionThisExpressionInFunctionAndVarInGlobal.ts5 var _this = 5; variable

1234