Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_class.ts176 const checkController: ControllerType = constant
189 ctorNode, watchMap, checkController, log, program, context, hasPreview, interfaceNode);
229 validateHasController(parentComponentName, checkController, log);
784 function validateHasController(componentName: ts.Identifier, checkController: ControllerType,
786 if (!checkController.hasController) {
Dprocess_component_member.ts262checkController: ControllerType, log: LogInfo[], program: ts.Program, context: ts.TransformationCo…
273 updateResult.setControllerSet(createControllerSet(item, parentName, name, checkController));
310 name: ts.Identifier, checkController: ControllerType): ts.MethodDeclaration {
313 checkController.hasController = true;