Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_shared_module.cpp200 JSHandle<JSTaggedValue> moduleString = globalConst->GetHandledModuleString(); in SModuleNamespaceCreate() local
201 PropertyDescriptor des(thread, moduleString, false, false, false); in SModuleNamespaceCreate()
Djs_module_namespace.cpp66 JSHandle<JSTaggedValue> moduleString = globalConst->GetHandledModuleString(); in ModuleNamespaceCreate() local
67 PropertyDescriptor des(thread, moduleString, false, false, false); in ModuleNamespaceCreate()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Ddynamic.cpp340 std::string moduleString(VarBinder()->Program()->ModuleName()); in CreateDynamicCallClassInitializer() local
341 …std::replace(moduleString.begin(), moduleString.end(), *compiler::Signatures::METHOD_SEPARATOR.beg… in CreateDynamicCallClassInitializer()
343 ss << moduleString << compiler::Signatures::NAMESPACE_SEPARATOR; in CreateDynamicCallClassInitializer()