Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_table_generator.cpp118 JSHandle<TSTypeTable> newRuntimeTable = TSTypeTable::PushBackTypeToTable(thread_, in InitRuntimeTypeTable()
129 …newRuntimeTable = TSTypeTable::PushBackTypeToTable(thread_, runtimeTable, JSHandle<TSType>(iterato… in InitRuntimeTypeTable()
143 …newRuntimeTable = TSTypeTable::PushBackTypeToTable(thread_, runtimeTable, JSHandle<TSType>(iterato… in InitRuntimeTypeTable()
Dts_type_table.h54 static JSHandle<TSTypeTable> PushBackTypeToTable(JSThread *thread, JSHandle<TSTypeTable> &table,
Dts_type_table.cpp34 JSHandle<TSTypeTable> TSTypeTable::PushBackTypeToTable(JSThread *thread, JSHandle<TSTypeTable> &tab… in PushBackTypeToTable() function in panda::ecmascript::TSTypeTable
Dts_manager.cpp471 JSHandle<TSTypeTable> newITable = TSTypeTable::PushBackTypeToTable(thread_, iTable, type); in AddTSTypeToTypeTable()