Home
last modified time | relevance | path

Searched refs:variableName (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/toolchain/tooling/test/testcases/
Djs_module_variable_test.h164 const std::string &variableName = actualProperty.first; in JsModuleVariableTest()
167 if (moduleVariableMap_.find(variableName) != moduleVariableMap_.end()) { in JsModuleVariableTest()
168 … const std::vector<std::string> &expectedAttributes = moduleVariableMap_.at(variableName); in JsModuleVariableTest()
172 std::cout << "Property mismatch: " << variableName << std::endl; in JsModuleVariableTest()
176 std::cout << "variable name not found: " << variableName << std::endl; in JsModuleVariableTest()
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp276 void PatchFix::AllocSlotfromPatchEnv(const std::string &variableName) in AllocSlotfromPatchEnv() argument
278 if (!topScopeLexEnvs_.count(variableName)) { in AllocSlotfromPatchEnv()
279 topScopeLexEnvs_[variableName] = topScopeIdx_++; in AllocSlotfromPatchEnv()
283 uint32_t PatchFix::GetSlotIdFromSymbolTable(const std::string &variableName) in GetSlotIdFromSymbolTable() argument
288 if (lexenv.second.first == variableName) { in GetSlotIdFromSymbolTable()
303 uint32_t PatchFix::GetPatchLexicalIdx(const std::string &variableName) in GetPatchLexicalIdx() argument
305 ASSERT(topScopeLexEnvs_.count(variableName)); in GetPatchLexicalIdx()
306 return topScopeLexEnvs_[variableName]; in GetPatchLexicalIdx()
DpatchFix.h68 uint32_t GetSlotIdFromSymbolTable(const std::string &variableName);
70 void AllocSlotfromPatchEnv(const std::string &variableName);
71 uint32_t GetPatchLexicalIdx(const std::string &variableName);
/arkcompiler/ets_frontend/ts2panda/templates/
Dirnodes.ts.erb343 private variableName: string | undefined;
362 return this.variableName;
365 setVariableName(variableName: string) {
366 this.variableName = variableName;
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp649 Local<JSValueRef> variableName = JSNApiHelper::ToLocal<JSValueRef>(name); in InitializeExportVariables() local
652 moduleObj->DefineProperty(ecmaVm, variableName, descriptor); in InitializeExportVariables()
700 Local<JSValueRef> variableName = JSNApiHelper::ToLocal<JSValueRef>(name); in GetLocalExportVariables() local
703 moduleObj->DefineProperty(ecmaVm, variableName, descriptor); in GetLocalExportVariables()
731 Local<JSValueRef> variableName = JSNApiHelper::ToLocal<JSValueRef>(name); in GetIndirectExportVariables() local
745 moduleObj->DefineProperty(ecmaVm, variableName, descriptor); in GetIndirectExportVariables()
785 Local<JSValueRef> variableName = JSNApiHelper::ToLocal<JSValueRef>(name); in GetImportVariables() local
787 moduleObj->DefineProperty(ecmaVm, variableName, descriptor); in GetImportVariables()
793 Local<JSValueRef> variableName = JSNApiHelper::ToLocal<JSValueRef>(name); in GetImportVariables() local
795 moduleObj->DefineProperty(ecmaVm, variableName, descriptor); in GetImportVariables()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp1709 StringItem *variableName = container->GetOrCreateStringItem(v.name); in EmitLocalVariable() local
1712 program->EmitStartLocal(constantPool, v.reg, variableName, variableType); in EmitLocalVariable()
1715 … program->EmitStartLocalExtended(constantPool, v.reg, variableName, variableType, typeSignature); in EmitLocalVariable()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2variableName);default:e.Debug.assertNever(r,"Unknown private element type")}}function M(t){var i=e… property