Searched defs:typeName (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | type.h | 36 #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
|
| D | objectType.h | 36 #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/ |
| D | tsTypeReference.h | 41 explicit TSTypeReference(Expression *typeName, TSTypeParameterInstantiation *typeParams) in TSTypeReference()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | atomic_helper.cpp | 34 …JSHandle<JSTaggedValue> typeName(thread, JSTypedArray::Cast(typedArray->GetTaggedObject())->GetTyp… in ValidateIntegerTypedArray() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 920 ir::Expression *ParserImpl::ParseTsQualifiedReference(ir::Expression *typeName) in ParseTsQualifiedReference() 945 ir::Expression *ParserImpl::ParseTsIndexAccessType(ir::Expression *typeName) in ParseTsIndexAccessType() 989 ir::Expression *typeName = AllocNode<ir::Identifier>(lexer_->GetToken().Ident(), Allocator()); in ParseTsTypeReferenceOrQuery() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
| D | typeExtractor.cpp | 646 auto typeName = typeReference->TypeName(); in GetTypeIndexFromTypeReference() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_typed_array.cpp | 410 …taViewType JSTypedArray::GetTypeFromName(JSThread *thread, const JSHandle<JSTaggedValue> &typeName) in GetTypeFromName()
|