Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/test/testcases/
Djs_local_variable_scope_test.h144 …LocalVariable(std::string name, RemoteObject *value, std::map<std::string, std::string> &variables) in extractLocalVariable()
/arkcompiler/ets_frontend/ts2panda/src/
Dts2panda.ts417 let variables = undefined; variable
/arkcompiler/runtime_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp273 … std::vector<panda_file::LocalVariableInfo> variables = extractor.GetLocalVariableTable(method_id); in GetLocalVariableInfoWrapper() local
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp297 std::vector<binder::Variable *> variables; in GetDeclNodeFromIdentifier() local
517 ArenaVector<const binder::Variable *> variables(recorder_->Allocator()->Adapter()); in GetTypeIndexFromTSQualifiedNode() local