Home
last modified time | relevance | path

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

/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()
296 uint32_t PatchFix::GetPatchLexicalIdx(const std::string &variableName) in GetPatchLexicalIdx() argument
298 ASSERT(topScopeLexEnvs_.count(variableName)); in GetPatchLexicalIdx()
299 return topScopeLexEnvs_[variableName]; in GetPatchLexicalIdx()
DpatchFix.h68 uint32_t GetSlotIdFromSymbolTable(const std::string &variableName);
69 void AllocSlotfromPatchEnv(const std::string &variableName);
70 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.cpp592 Local<JSValueRef> variableName = JSNApiHelper::ToLocal<JSValueRef>(name); in InitializeExportVariables() local
595 moduleObj->DefineProperty(ecmaVm, variableName, descriptor); in InitializeExportVariables()
643 Local<JSValueRef> variableName = JSNApiHelper::ToLocal<JSValueRef>(name); in GetLocalExportVariables() local
646 moduleObj->DefineProperty(ecmaVm, variableName, descriptor); in GetLocalExportVariables()
674 Local<JSValueRef> variableName = JSNApiHelper::ToLocal<JSValueRef>(name); in GetIndirectExportVariables() local
687 moduleObj->DefineProperty(ecmaVm, variableName, descriptor); in GetIndirectExportVariables()
726 Local<JSValueRef> variableName = JSNApiHelper::ToLocal<JSValueRef>(name); in GetImportVariables() local
728 moduleObj->DefineProperty(ecmaVm, variableName, descriptor); in GetImportVariables()
734 Local<JSValueRef> variableName = JSNApiHelper::ToLocal<JSValueRef>(name); in GetImportVariables() local
736 moduleObj->DefineProperty(ecmaVm, variableName, descriptor); in GetImportVariables()
/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