Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1628 JSHandle<TSTypeTable> tTable = GetTSTypeTable(i); in PrintNumOfTypes() local
1629 uint32_t numOfExpectedTypes = static_cast<uint32_t>(tTable->GetNumberOfTypes()); in PrintNumOfTypes()
1632 JSHandle<JSTaggedValue> tsType(thread_, tTable->Get(j)); in PrintNumOfTypes()