Home
last modified time | relevance | path

Searched refs:newExp (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dprocess_ui_syntax.ts411 …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)],
Dprocess_component_member.ts739 jsDialog: ts.Identifier, newExp: ts.Expression): ts.ArrowFunction {
743 [ts.factory.createVariableDeclaration(jsDialog, undefined, undefined, newExp)],