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.cpp1265 JSHandle<EcmaString> valueString = mTable->GetModuleRequestByModuleId(thread_, i); in PrintNumOfTypes()
1284 JSHandle<EcmaString> TSModuleTable::GetModuleRequestByModuleId(JSThread *thread, int entry) const in GetModuleRequestByModuleId() function in panda::ecmascript::TSModuleTable
1295 JSHandle<EcmaString> valueString = GetModuleRequestByModuleId(thread, i); in GetGlobalModuleID()
Dts_manager.h156 JSHandle<EcmaString> GetModuleRequestByModuleId(JSThread *thread, int entry) const;