Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1626 JSHandle<EcmaString> valueString = mTable->GetModuleRequestByModuleId(thread_, i); in PrintNumOfTypes()
1668 JSHandle<EcmaString> TSModuleTable::GetModuleRequestByModuleId(JSThread *thread, int entry) const in GetModuleRequestByModuleId() function in panda::ecmascript::TSModuleTable
1679 JSHandle<EcmaString> valueString = GetModuleRequestByModuleId(thread, i); in GetGlobalModuleID()
Dts_manager.h155 JSHandle<EcmaString> GetModuleRequestByModuleId(JSThread *thread, int entry) const;