Searched refs:newExp (Results 1 – 2 of 2) sorted by relevance
/developtools/ace_ets2bundle/compiler/src/ |
D | process_ui_syntax.ts | 411 …const newExp: ts.Expression = createCustomComponentNewExpression(node, componentName, false, false… constant 413 return createCustomComponentBuilderArrowFunction(node, parent, jsDialog, newExp); 417 jsDialog: ts.Identifier, newExp: ts.Expression): ts.ArrowFunction { 437 [ts.factory.createVariableDeclaration(jsDialog, undefined, undefined, newExp)],
|
D | process_component_member.ts | 739 jsDialog: ts.Identifier, newExp: ts.Expression): ts.ArrowFunction { 743 [ts.factory.createVariableDeclaration(jsDialog, undefined, undefined, newExp)],
|