Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
Dvariable.ts145 export class ModuleVariable extends Variable { class
/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.h183 explicit ModuleVariable(Decl *decl, VariableFlags flags) : Variable(decl, flags) {} in ModuleVariable() function