Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1501 kungfu::GateType typeGt = kungfu::GateType(components->Get(index).GetInt()); in TryNarrowUnionType() local
1502 if (!typeGt.IsNullType() && !typeGt.IsUndefinedType()) { in TryNarrowUnionType()
1504 actualType = typeGt; in TryNarrowUnionType()