Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp386 auto moduleNameData = thread->GetEcmaVM()->GetNativeAreaAllocator()->AllocateBuffer(srcLength); in SetModuleDeregisterProcession() local
387 …if (memcpy_s(moduleNameData, srcLength, moduleStr.c_str(), srcLength) != EOK) { // LCOV_EXCL_BR_LI… in SetModuleDeregisterProcession()
391 char *tmpData = reinterpret_cast<char *>(moduleNameData); in SetModuleDeregisterProcession()
395 …reinterpret_cast<void *>(moduleNameData), callback, reinterpret_cast<void *>(thread), false, srcLe… in SetModuleDeregisterProcession()