Home
last modified time | relevance | path

Searched refs:createThis (Results 1 – 25 of 28) sorted by relevance

12

/third_party/typescript/src/compiler/factory/
DemitHelpers.ts165 hasLexicalThis ? factory.createThis() : factory.createVoidZero(),
257 hasLexicalThis ? factory.createThis() : factory.createVoidZero(),
323 [factory.createThis(), body]);
DnodeFactory.ts61 createThis,
1000 function createThis() {
5519 thisArg = createThis();
5523 thisArg = createThis();
/third_party/typescript/src/services/codefixes/
DfixForgottenThisPropertyAccess.ts43 …rtyAccessExpression(className ? factory.createIdentifier(className) : factory.createThis(), node));
DgenerateAccessors.ts82 …const leftHead = isStatic ? (<ClassLikeDeclaration>container).name! : factory.createThis(); // TOD…
DfixAddMissingMember.ts245 … const propertyInitialization = initializePropertyToUndefined(factory.createThis(), tokenName);
/third_party/typescript/src/linter/
DAutofixer.ts181 factory.createThis(),
/third_party/typescript/src/compiler/transformers/
Des2020.ts144 … leftThisArg.kind === SyntaxKind.SuperKeyword ? factory.createThis() : leftThisArg,
Des2015.ts1137 return setEmitFlags(factory.createThis(), EmitFlags.NoSubstitution);
1471 insertCaptureThisForNode(statements, node, factory.createThis());
1514 setEmitFlags(factory.createThis(), EmitFlags.NoSubstitution),
1525 setEmitFlags(factory.createThis(), EmitFlags.NoSubstitution),
1527 setEmitFlags(factory.createThis(), EmitFlags.NoSubstitution),
1534 setEmitFlags(factory.createThis(), EmitFlags.NoSubstitution),
Djsx.ts274 args.push(factory.createThis());
Des2017.ts685 factory.createThis(),
DclassFields.ts689 addPropertyStatements(statements, properties, factory.createThis());
Des2018.ts1159 factory.createThis(),
Dts.ts2004 factory.createThis(),
/third_party/typescript/src/deprecatedCompat/
Ddeprecations.ts53 export const createThis = Debug.deprecate(factory.createThis, factoryDeprecation); constant
/third_party/typescript/src/services/refactors/
DextractSymbol.ts1155 : factory.createThis(),
1345 ….InStaticRegion ? factory.createIdentifier(scope.name!.text) : factory.createThis(); // TODO: GH#1…
/third_party/typescript/lib/
Dtypescript.d.ts3225 createThis(): ThisExpression; method
6524 const createThis: () => ThisExpression; constant
DtypescriptServices.d.ts3225 createThis(): ThisExpression; method
6524 const createThis: () => ThisExpression; constant
Dtsserverlibrary.d.ts3225 createThis(): ThisExpression; method
10269 const createThis: () => ThisExpression; constant
Dtsc.js16271 createThis: createThis, property
17006 function createThis() { function
20000 thisArg = createThis();
20004 thisArg = createThis();
20971 hasLexicalThis ? factory.createThis() : factory.createVoidZero(),
21013 hasLexicalThis ? factory.createThis() : factory.createVoidZero(),
21043 …reateCallExpression(getUnscopedHelperName("__generator"), undefined, [factory.createThis(), body]);
42242 … var reference = ts.factory.createPropertyAccessExpression(ts.factory.createThis(), accessName);
64607 … var reference = ts.factory.createPropertyAccessExpression(ts.factory.createThis(), propName);
71306 …ignment(ts.setTextRange(factory.createPropertyAccessExpression(factory.createThis(), propertyName)…
[all …]
DtypingsInstaller.js20567 createThis: createThis, property
21353 function createThis() { function
24905 thisArg = createThis();
24909 thisArg = createThis();
26112 hasLexicalThis ? factory.createThis() : factory.createVoidZero(),
26172 hasLexicalThis ? factory.createThis() : factory.createVoidZero(),
26211 /*typeArguments*/ undefined, [factory.createThis(), body]);
51331 … var reference = ts.factory.createPropertyAccessExpression(ts.factory.createThis(), accessName);
77233 … var reference = ts.factory.createPropertyAccessExpression(ts.factory.createThis(), propName);
85288 …ignment(ts.setTextRange(factory.createPropertyAccessExpression(factory.createThis(), propertyName)…
[all …]
DtypescriptServices.js20772 createThis: createThis, property
21558 function createThis() { function
25110 thisArg = createThis();
25114 thisArg = createThis();
26317 hasLexicalThis ? factory.createThis() : factory.createVoidZero(),
26377 hasLexicalThis ? factory.createThis() : factory.createVoidZero(),
26416 /*typeArguments*/ undefined, [factory.createThis(), body]);
51536 … var reference = ts.factory.createPropertyAccessExpression(ts.factory.createThis(), accessName);
77438 … var reference = ts.factory.createPropertyAccessExpression(ts.factory.createThis(), propName);
85493 …ignment(ts.setTextRange(factory.createPropertyAccessExpression(factory.createThis(), propertyName)…
[all …]
Dtsserverlibrary.js20772 createThis: createThis, property
21558 function createThis() { function
25110 thisArg = createThis();
25114 thisArg = createThis();
26317 hasLexicalThis ? factory.createThis() : factory.createVoidZero(),
26377 hasLexicalThis ? factory.createThis() : factory.createVoidZero(),
26416 /*typeArguments*/ undefined, [factory.createThis(), body]);
51536 … var reference = ts.factory.createPropertyAccessExpression(ts.factory.createThis(), accessName);
77438 … var reference = ts.factory.createPropertyAccessExpression(ts.factory.createThis(), propName);
85493 …ignment(ts.setTextRange(factory.createPropertyAccessExpression(factory.createThis(), propertyName)…
[all …]
Dtsserver.js20578 createThis: createThis, property
21364 function createThis() { function
24916 thisArg = createThis();
24920 thisArg = createThis();
26123 hasLexicalThis ? factory.createThis() : factory.createVoidZero(),
26183 hasLexicalThis ? factory.createThis() : factory.createVoidZero(),
26222 /*typeArguments*/ undefined, [factory.createThis(), body]);
51342 … var reference = ts.factory.createPropertyAccessExpression(ts.factory.createThis(), accessName);
77244 … var reference = ts.factory.createPropertyAccessExpression(ts.factory.createThis(), propName);
85299 …ignment(ts.setTextRange(factory.createPropertyAccessExpression(factory.createThis(), propertyName)…
[all …]
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3341 createThis(): ThisExpression; method
6771 const createThis: () => ThisExpression; constant
Dtsserverlibrary.d.ts3341 createThis(): ThisExpression; method
10554 const createThis: () => ThisExpression; constant

12