Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_member.ts263 hasPreview: boolean, interfaceNode: ts.InterfaceDeclaration): UpdateResult {
272 interfaceNode)]));
284 log, program, context, hasPreview, interfaceNode);
330 context: ts.TransformationContext, hasPreview: boolean, interfaceNode: ts.InterfaceDeclaration):
370 hasPreview, interfaceNode);
382 interfaceNode: ts.InterfaceDeclaration): void {
387 createVariableInitStatement(node, decorator, log, program, context, hasPreview, interfaceNode);
465 interfaceNode: ts.InterfaceDeclaration): ts.Statement {
508 const members = interfaceNode.members;
511 interfaceNode = ts.factory.updateInterfaceDeclaration(interfaceNode, undefined,
[all …]
Dprocess_component_class.ts178 const interfaceNode = ts.factory.createInterfaceDeclaration(undefined, undefined, constant
189 ctorNode, watchMap, checkController, log, program, context, hasPreview, interfaceNode);
227 INTERFACE_NODE_SET.add(interfaceNode);