Home
last modified time | relevance | path

Searched refs:isClassWithConstructorReference (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/compiler/transformers/
DclassFields.ts546 …const isClassWithConstructorReference = resolver.getNodeCheckFlags(node) & NodeCheckFlags.ClassWit… constant
547 …nst temp = factory.createTempVariable(hoistVariableDeclaration, !!isClassWithConstructorReference);
548 if (isClassWithConstructorReference) {
/third_party/typescript/lib/
Dtsc.js72265 … var isClassWithConstructorReference = resolver.getNodeCheckFlags(node) & 16777216;
72266 …var temp = factory.createTempVariable(hoistVariableDeclaration, !!isClassWithConstructorReference);
72267 if (isClassWithConstructorReference) {
DtypingsInstaller.js86698 …var isClassWithConstructorReference = resolver.getNodeCheckFlags(node) & 16777216 /* ClassWithCons…
86699 …var temp = factory.createTempVariable(hoistVariableDeclaration, !!isClassWithConstructorReference);
86700 if (isClassWithConstructorReference) {
Dtypescript.js86903 …var isClassWithConstructorReference = resolver.getNodeCheckFlags(node) & 16777216 /* ClassWithCons…
86904 …var temp = factory.createTempVariable(hoistVariableDeclaration, !!isClassWithConstructorReference);
86905 if (isClassWithConstructorReference) {
DtypescriptServices.js86903 …var isClassWithConstructorReference = resolver.getNodeCheckFlags(node) & 16777216 /* ClassWithCons…
86904 …var temp = factory.createTempVariable(hoistVariableDeclaration, !!isClassWithConstructorReference);
86905 if (isClassWithConstructorReference) {
Dtsserverlibrary.js86903 …var isClassWithConstructorReference = resolver.getNodeCheckFlags(node) & 16777216 /* ClassWithCons…
86904 …var temp = factory.createTempVariable(hoistVariableDeclaration, !!isClassWithConstructorReference);
86905 if (isClassWithConstructorReference) {
Dtsserver.js86709 …var isClassWithConstructorReference = resolver.getNodeCheckFlags(node) & 16777216 /* ClassWithCons…
86710 …var temp = factory.createTempVariable(hoistVariableDeclaration, !!isClassWithConstructorReference);
86711 if (isClassWithConstructorReference) {