Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
Dvariable.ts171 isExportVar(): boolean { method in ModuleVariable
Dcompiler.ts1501 let isLocal: boolean = variable.v.isExportVar() ? true : false;