• Home
  • Raw
  • Download

Lines Matching refs:immutableStatements

830   const immutableStatements: ts.Statement[] = [];  constant
850 … bindComponentAttr(node, res.identifierNode, newStatements, log, true, false, immutableStatements);
853 isTransition, undefined, immutableStatements, componentName, builderParamsResult);
859 … bindComponentAttr(node, res.identifierNode, newStatements, log, true, false, immutableStatements);
861 isTransition, undefined, immutableStatements, componentName, builderParamsResult);
1036 nameResult: NameResult, immutableStatements: ts.Statement[], componentName: string,
1042 isGlobalBuilder, isTransition, nameResult, immutableStatements, builderParamsResult));
1066 nameResult: NameResult = undefined, immutableStatements: ts.Statement[] = null,
1073 createInitRenderStatement(node, immutableStatements, blockArr);
1113 immutableStatements: ts.Statement[], blockArr: ts.Statement[]): void {
1115 if (immutableStatements && immutableStatements.length) {
1118 ts.factory.createBlock(immutableStatements, true)
1134 immutableStatements && immutableStatements.length ?
1135 ts.factory.createBlock(immutableStatements, true) : undefined
1144 const immutableStatements: ts.Statement[] = []; constant
1156 …ntAttr(node, res.identifierNode, itemRenderInnerStatements, log, true, false, immutableStatements);
1163 …ntAttr(node, res.identifierNode, itemRenderInnerStatements, log, true, false, immutableStatements);
1169 immutableStatements, isGlobalBuilder, builderParamsResult)], idName);
1173 immutableStatements, isGlobalBuilder, builderParamsResult);
1220 immutableStatements: ts.Statement[],
1225 createItemCreation2(node, itemRenderInnerStatements, nameResult, immutableStatements,
1313 immutableStatements: ts.Statement[],
1321 if (immutableStatements && immutableStatements.length) {
1324 ts.factory.createBlock(immutableStatements, true)
1449 const immutableStatements: ts.Statement[] = []; constant
1469 …nentAttr(node, ts.factory.createIdentifier(name), tabAttrs, log, true, false, immutableStatements);
1472 nameResult, immutableStatements, name, builderParamsResult);
1479 …nentAttr(node, ts.factory.createIdentifier(name), tabAttrs, log, true, false, immutableStatements);
1482 nameResult, immutableStatements, name, builderParamsResult);
2129 const immutableStatements: ts.Statement[] = []; constant
2170 isStylesAttr, immutableStatements, updateStatements, newImmutableStatements,
2180 isStylesAttr, immutableStatements, updateStatements, newImmutableStatements,
2200 if (newImmutableStatements && immutableStatements.length) {
2201 …e ? newImmutableStatements.push(...immutableStatements.reverse()) : newImmutableStatements.push(..…
2662 isStylesAttr: boolean, immutableStatements: ts.Statement[], updateStatements: ts.Statement[],
2760 immutableStatements.push(attrStatement);