Searched refs:PushBackTypeToTable (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_table_generator.cpp | 118 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()
|
| D | ts_type_table.h | 54 static JSHandle<TSTypeTable> PushBackTypeToTable(JSThread *thread, JSHandle<TSTypeTable> &table,
|
| D | ts_type_table.cpp | 34 JSHandle<TSTypeTable> TSTypeTable::PushBackTypeToTable(JSThread *thread, JSHandle<TSTypeTable> &tab… in PushBackTypeToTable() function in panda::ecmascript::TSTypeTable
|
| D | ts_manager.cpp | 471 JSHandle<TSTypeTable> newITable = TSTypeTable::PushBackTypeToTable(thread_, iTable, type); in AddTSTypeToTypeTable()
|