Home
last modified time | relevance | path

Searched defs:varType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
De2p_test_plugin_ets_varibles_and_types.c44 es2panda_Type *varType = impl->VariableTsTypeConst(ctx, var); in printVarInfo() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DobjectLiteralLowering.cpp104 auto varType = (key->Variable() != nullptr) ? key->Variable()->TsType() : nullptr; in CheckReadonlyAndUpdateCtorArgs() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp962 …bstituteVariableType(TypeRelation *relation, const Substitution *substitution, Type *const varType) in SubstituteVariableType()
977 …auto *const varType = ETSChecker::IsVariableGetterSetter(prop) ? prop->TsType() : checker->GetType… in CopyPropertyWithTypeArguments() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp986 …if (auto const *const varType = variable->TsType(); varType->HasTypeFlag(checker::TypeFlag::GETTER… in HandleStaticProperties() local