Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1671 JSHandle<EcmaString> amiPath(thread, Get(amiOffset)); in GetModuleRequestByModuleId() local
1672 return amiPath; in GetModuleRequestByModuleId()
1675 int TSModuleTable::GetGlobalModuleID(JSThread *thread, JSHandle<EcmaString> amiPath) const in GetGlobalModuleID()
1680 if (EcmaStringAccessor::StringsAreEqual(*amiPath, *valueString)) { in GetGlobalModuleID()
Dts_manager.h157 int GetGlobalModuleID(JSThread *thread, JSHandle<EcmaString> amiPath) const;