Home
last modified time | relevance | path

Searched defs:isStruct (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/
DIsStruct.ts19 export function isStruct(symbol: ts.Symbol): boolean { function
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts6483 const isStruct = decl.getText() && ts.isStructDeclaration(parent); constant