Home
last modified time | relevance | path

Searched defs:typeName (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
Dtype.h36 #define DECLARE_TYPENAMES(typeFlag, typeName) class typeName; argument
53 #define TYPE_IS_CHECKS(typeFlag, typeName) \ in TYPE_MAPPING() argument
61 #define TYPE_AS_CASTS(typeFlag, typeName) \ in TYPE_MAPPING() argument
DobjectType.h36 #define DECLARE_OBJECT_TYPENAMES(objectKind, typeName) class typeName; argument
60 #define OBJECT_TYPE_IS_CHECKS(objectKind, typeName) \ in DEFINE_BITOPS() argument
68 #define OBJECT_TYPE_AS_CASTS(objectKind, typeName) \ in DEFINE_BITOPS() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeReference.h41 explicit TSTypeReference(Expression *typeName, TSTypeParameterInstantiation *typeParams) in TSTypeReference()
/arkcompiler/ets_runtime/ecmascript/base/
Datomic_helper.cpp34 …JSHandle<JSTaggedValue> typeName(thread, JSTypedArray::Cast(typedArray->GetTaggedObject())->GetTyp… in ValidateIntegerTypedArray() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp999 ir::Expression *ParserImpl::ParseTsQualifiedReference(ir::Expression *typeName) in ParseTsQualifiedReference()
1024 ir::Expression *ParserImpl::ParseTsIndexAccessType(ir::Expression *typeName, bool throwError) in ParseTsIndexAccessType()
1072 ir::Expression *typeName = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParseTsTypeReferenceOrQuery() local
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp450 …taViewType JSTypedArray::GetTypeFromName(JSThread *thread, const JSHandle<JSTaggedValue> &typeName) in GetTypeFromName()
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp848 auto typeName = typeReference->TypeName(); in GetTypeIndexFromTypeReference() local