Home
last modified time | relevance | path

Searched defs:typeTable (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_table.cpp19 …<JSTaggedValue> TSTypeTable::GetExportValueTable(JSThread *thread, JSHandle<TSTypeTable> typeTable) in GetExportValueTable()
26 void TSTypeTable::SetExportValueTable(JSThread *thread, JSHandle<TSTypeTable> typeTable, in SetExportValueTable()
Dts_type_table_generator.cpp89 JSHandle<TSTypeTable> typeTable = factory_->NewTSTypeTable(numTypes); in AddTypeTable() local
Dts_manager.cpp431 JSHandle<TSTypeTable> typeTable = GetTSTypeTable(tableIndex); in GetOrCreateUnionType() local
455 JSHandle<TSTypeTable> typeTable(thread_, mTable->Get(tableOffset)); in GetTSTypeTable() local
641 JSHandle<TSTypeTable> typeTable = GetTSTypeTable(moduleId); in GetTSType() local