Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvariable.h205 explicit ModuleVariable(Decl *decl, VariableFlags flags) : Variable(decl, flags) {} in ModuleVariable() function
/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