Searched refs:bindComponentAttr (Results 1 – 3 of 3) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_component_build.ts | 652 … bindComponentAttr(node, res.identifierNode, newStatements, log, true, false, immutableStatements); 659 … bindComponentAttr(node, res.identifierNode, newStatements, log, true, false, immutableStatements); 833 …bindComponentAttr(node, res.identifierNode, itemRenderInnerStatements, log, true, false, immutable… 838 …bindComponentAttr(node, res.identifierNode, itemRenderInnerStatements, log, true, false, immutable… 1076 …bindComponentAttr(node, ts.factory.createIdentifier(name), tabAttrs, log, true, false, immutableSt… 1084 …bindComponentAttr(node, ts.factory.createIdentifier(name), tabAttrs, log, true, false, immutableSt… 1641 export function bindComponentAttr(node: ts.ExpressionStatement, identifierNode: ts.Identifier, function 2198 bindComponentAttr(styleBlock.statements[0] as ts.ExpressionStatement, identifierNode, 2201 bindComponentAttr(styleBlock.statements[0] as ts.ExpressionStatement, identifierNode, 2394 bindComponentAttr(INNER_STYLE_FUNCTION.get(name).statements[0] as ts.ExpressionStatement, [all …]
|
| D | process_ui_syntax.ts | 106 bindComponentAttr, 635 bindComponentAttr(changeCompName as ts.ExpressionStatement, 653 bindComponentAttr(node.body.statements[0], 667 … bindComponentAttr(changeCompName, ts.factory.createIdentifier(componentName), statementArray, []);
|
| D | process_custom_component.ts | 93 bindComponentAttr, 164 bindComponentAttr(node, ts.factory.createIdentifier(COMPONENT_COMMON), commomComponentNode, 172 bindComponentAttr(node, ts.factory.createIdentifier(COMPONENT_COMMON), newStatements, log);
|