Home
last modified time | relevance | path

Searched defs:interfaceNode (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DInteropTypescriptLinter.ts247 const interfaceNode = node as ts.InterfaceDeclaration; constant
DTypeScriptLinter.ts816 const interfaceNode = node as ts.InterfaceDeclaration; constant
1700 const interfaceNode = node.parent; constant
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DOhsUtil.spec.ts210 …const interfaceNode = ts.factory.createInterfaceDeclaration(undefined, 'Interface', undefined, und… constant