Home
last modified time | relevance | path

Searched defs:variableInfo (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/
Ddebuginfo.ts336 let variableInfo = new VariableDebugInfo(key, "any", "any", (value.getVreg().num)); variable
/arkcompiler/toolchain/tooling/client/domain/
Druntime_client.cpp268 …std::unique_ptr<PropertyDescriptor> variableInfo = PropertyDescriptor::Create(*(innerResult->Get(i… in HandleGetProperties() local
/arkcompiler/toolchain/tooling/client/manager/
Dvariable_manager.cpp292 …iableManager::AddVariableInfo(TreeNode *parentNode, std::unique_ptr<PropertyDescriptor> variableIn… in AddVariableInfo()
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp1546 for (const auto &variableInfo : localVariableTable) { in SerializeLocalVariableTable() local