Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_table_generator.cpp128 JSHandle<TSFunctionType> iteratorFunctionType = factory_->NewTSFunctionType(0); in InitRuntimeTypeTable() local
129 … = TSTypeTable::PushBackTypeToTable(thread_, runtimeTable, JSHandle<TSType>(iteratorFunctionType)); in InitRuntimeTypeTable()
132 iteratorFunctionType->SetGT(functiontGt); in InitRuntimeTypeTable()
133 iteratorFunctionType->SetReturnGT(iteratorResultGt); in InitRuntimeTypeTable()