Home
last modified time | relevance | path

Searched refs:updateConstructor (Results 1 – 3 of 3) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_constructor.ts44 ctorNode = updateConstructor(ctorNode, [], [], true);
49 export function updateConstructor(ctorNode: ts.ConstructorDeclaration, para: ts.ParameterDeclaratio… function
176 return updateConstructor(updateConstructor(ctorNode, [], [callSuperStatement], true), [],
Dprocess_component_member.ts91 import { updateConstructor } from './process_component_constructor';
270 updateResult.setCtor(updateConstructor(ctorNode, [], [
392 updateResult.setCtor(updateConstructor(ctorNode, [], [...updateState], false));
Dprocess_component_class.ts110 updateConstructor
237 ctorNode = updateConstructor(ctorNode, [], assignParams(parentComponentName.getText()), true);