Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp56 JSHandle<JSTaggedValue> moduleString = globalConst->GetHandledModuleString(); in ModuleNamespaceCreate() local
57 PropertyDescriptor des(thread, moduleString, false, false, false); in ModuleNamespaceCreate()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1442 JSHandle<EcmaString> moduleString = GetModuleRequestByModuleId(thread, i); in GetGlobalModuleID() local
1444 if (EcmaStringAccessor::StringsAreEqual(*amiPath, *moduleString) && in GetGlobalModuleID()