Home
last modified time | relevance | path

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

/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.cpp663 Local<JSValueRef> variableName = JSNApiHelper::ToLocal<JSValueRef>(name); in InitializeExportVariables() local
714 Local<JSValueRef> variableName = JSNApiHelper::ToLocal<JSValueRef>(name); in GetLocalExportVariables() local
752 Local<JSValueRef> variableName = JSNApiHelper::ToLocal<JSValueRef>(name); in GetIndirectExportVariables() local
788 Local<JSValueRef> variableName = JSNApiHelper::ToLocal<JSValueRef>(name); in GetImportVariables() local
796 Local<JSValueRef> variableName = JSNApiHelper::ToLocal<JSValueRef>(name); in GetImportVariables() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts247 const variableName = variableNames[i]; constant
433 const variableName = variableNames[i]; constant
/arkcompiler/ets_frontend/ets2panda/evaluate/
DscopedDebugInfoPlugin.cpp67 util::UString variableName(ss.str(), allocator); in BreakLastStatement() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp1778 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