Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp465 JSHandle<TSTypeTable> iTable = GetTSTypeTable(tableId); in AddTSTypeToTypeTable() local
466 if (UNLIKELY(!GlobalTSTypeRef::IsValidLocalId(iTable->GetNumberOfTypes() + 1))) { in AddTSTypeToTypeTable()
471 JSHandle<TSTypeTable> newITable = TSTypeTable::PushBackTypeToTable(thread_, iTable, type); in AddTSTypeToTypeTable()