Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_table_generator.h46 int GetNextModuleId() const in GetNextModuleId() function
Dts_type_table_generator.cpp57 if (UNLIKELY(moduleId != static_cast<uint32_t>(GetNextModuleId()))) { in GetOrGenerateTSTypeTable()
79 return static_cast<uint32_t>(GetNextModuleId()); in TryGetModuleId()