Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_table_generator.cpp75 int moduleIdBaseOnFile = GetTSModuleTable()->GetGlobalModuleID(thread_, recordNameStr); in TryGetModuleId()
Dts_manager.h157 int GetGlobalModuleID(JSThread *thread, JSHandle<EcmaString> amiPath) const;
Dts_manager.cpp1675 int TSModuleTable::GetGlobalModuleID(JSThread *thread, JSHandle<EcmaString> amiPath) const in GetGlobalModuleID() function in panda::ecmascript::TSModuleTable