Searched refs:isExportVar (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/ts2panda/src/ | ||
D | variable.ts | 171 isExportVar(): boolean { method in ModuleVariable |
D | compiler.ts | 1501 let isLocal: boolean = variable.v.isExportVar() ? true : false; |