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