Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h139 #define IS_TYPE_MODULE(NAME, MODULEID) \ argument
142 return (GetModuleId() == static_cast<uint32_t>(MODULEID)); \
Dts_manager.h862 #define TSTYPETABLE_ACCESSOR(NAME, MODULEID) \ argument
865 return AddTSTypeToTypeTable(type, static_cast<uint32_t>(MODULEID)); \
870 return GetTSTypeTable(static_cast<uint32_t>(MODULEID)); \
875 SetTSTypeTable(table, static_cast<uint32_t>(MODULEID)); \