Home
last modified time | relevance | path

Searched defs:variableName (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/module_ops/
Dmodule_find_combination_test.cpp38 std::string variableName = "module"; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dclass_hierarchy_item.h75 void SetVariableName(const std::string &variableName) in SetVariableName()
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp289 void PatchFix::AllocSlotfromPatchEnv(const std::string &variableName) in AllocSlotfromPatchEnv()
296 uint32_t PatchFix::GetSlotIdFromSymbolTable(const std::string &variableName) in GetSlotIdFromSymbolTable()
316 uint32_t PatchFix::GetPatchLexicalIdx(const std::string &variableName) in GetPatchLexicalIdx()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp685 Local<JSValueRef> variableName = JSNApiHelper::ToLocal<JSValueRef>(name); in InitializeExportVariables() local
736 Local<JSValueRef> variableName = JSNApiHelper::ToLocal<JSValueRef>(name); in GetLocalExportVariables() local
776 Local<JSValueRef> variableName = JSNApiHelper::ToLocal<JSValueRef>(name); in GetIndirectExportVariables() local
814 Local<JSValueRef> variableName = JSNApiHelper::ToLocal<JSValueRef>(name); in GetImportVariables() local
822 Local<JSValueRef> variableName = JSNApiHelper::ToLocal<JSValueRef>(name); in GetImportVariables() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
DscopedDebugInfoPlugin.cpp68 util::UString variableName(ss.str(), allocator); in BreakLastStatement() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts398 const variableName = variableNames[i]; constant
584 const variableName = variableNames[i]; constant
3117 let variableName: string | undefined; variable
3187 const variableName = this.getVariableName(node.parent); constant
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp2041 StringItem *variableName = container->GetOrCreateStringItem(v.name); in EmitLocalVariable() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument