Searched refs:updateConstructor (Results 1 – 3 of 3) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_component_constructor.ts | 44 ctorNode = updateConstructor(ctorNode, [], [], true); 49 export function updateConstructor(ctorNode: ts.ConstructorDeclaration, para: ts.ParameterDeclaratio… function 176 return updateConstructor(updateConstructor(ctorNode, [], [callSuperStatement], true), [],
|
| D | process_component_member.ts | 91 import { updateConstructor } from './process_component_constructor'; 270 updateResult.setCtor(updateConstructor(ctorNode, [], [ 392 updateResult.setCtor(updateConstructor(ctorNode, [], [...updateState], false));
|
| D | process_component_class.ts | 110 updateConstructor 237 ctorNode = updateConstructor(ctorNode, [], assignParams(parentComponentName.getText()), true);
|