Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1498 auto actualTypeNum = 0; in TryNarrowUnionType() local
1503 actualTypeNum++; in TryNarrowUnionType()
1505 … if (actualTypeNum > 1) { // if there isn't a single actual type, we can't narrow the union type. in TryNarrowUnionType()
1510 if (actualTypeNum == 1) { in TryNarrowUnionType()