Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h208 void SetTSTypeTable(const JSHandle<TSTypeTable> &table, int tableId) const;
875 SetTSTypeTable(table, static_cast<uint32_t>(MODULEID)); \
Dts_manager.cpp472 SetTSTypeTable(newITable, tableId); in AddTSTypeToTypeTable()
544 void TSManager::SetTSTypeTable(const JSHandle<TSTypeTable> &table, int tableId) const in SetTSTypeTable() function in panda::ecmascript::TSManager