Searched refs:VAR_OR_GLOBAL (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A D | lreference.cpp | 54 case ReferenceKind::VAR_OR_GLOBAL: { in GetValue() 99 case ReferenceKind::VAR_OR_GLOBAL: { in SetValue() 165 return {node, pg, isDeclaration, ReferenceKind::VAR_OR_GLOBAL, res}; in CreateLRef() 194 return {node, pg, isDeclaration, ReferenceKind::VAR_OR_GLOBAL, res}; in CreateLRef()
|
H A D | lreference.h | 30 VAR_OR_GLOBAL, member in panda::es2panda::panda::es2panda::compiler::ReferenceKind
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | lreference.cpp | 47 return {cg, node, ReferenceKind::VAR_OR_GLOBAL, res, isDeclaration}; in CreateBase() 119 case ReferenceKind::VAR_OR_GLOBAL: { in GetValue() 147 case ReferenceKind::VAR_OR_GLOBAL: { in SetValue() 215 auto refKind = ReferenceKind::VAR_OR_GLOBAL; in Create() 229 return {cg, node, ReferenceKind::VAR_OR_GLOBAL, res, isDeclaration}; in Create()
|
H A D | lreference.h | 35 VAR_OR_GLOBAL, member in ark::es2panda::ark::es2panda::ark::es2panda::compiler::ReferenceKind
|
Completed in 2 milliseconds