Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h865 return AddTSTypeToTypeTable(type, static_cast<uint32_t>(MODULEID)); \
885 GlobalTSTypeRef AddTSTypeToTypeTable(const JSHandle<TSType> &type, int tableId) const;
Dts_manager.cpp463 GlobalTSTypeRef TSManager::AddTSTypeToTypeTable(const JSHandle<TSType> &type, int tableId) const in AddTSTypeToTypeTable() function in panda::ecmascript::TSManager