Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp471 JSHandle<TSTypeTable> newITable = TSTypeTable::PushBackTypeToTable(thread_, iTable, type); in AddTSTypeToTypeTable() local
472 SetTSTypeTable(newITable, tableId); in AddTSTypeToTypeTable()
474 GlobalTSTypeRef gt = GlobalTSTypeRef(tableId, newITable->GetNumberOfTypes()); in AddTSTypeToTypeTable()