Searched defs:isArray (Results 1 – 14 of 14) sorted by relevance
24 isArray(arg: unknown): arg is unknown[] | readonly unknown[]; method
90 bool isArray; in UnwrapImpl() local199 bool isArray; in UnwrapImpl() local
130 bool isArray; in VisitArray() local
237 const bool isArray = elemType.back() == ']'; in GetETSAnnotation() local276 const bool isArray = elemType.back() == ']'; in GetETSAnnotationImpl() local
231 const bool isArray = elemType.back() == ']'; in EnumerateAnnotations() local
54 bool isArray = false; in GetFormatPlaceholderType() local
1339 bool isArray = val->IsArray(thread); in InternalizeJsonProperty() local
40 bool isArray = replacer->IsArray(thread_); in Stringify() local
903 bool isArray = object.GetTaggedValue().IsArray(thread); in GetBuiltinObjectToString() local
150 bool isArray = originalValue->IsArray(thread); in ArraySpeciesCreate() local
307 isArray(tsType: ts.Type): boolean { method in TsUtils
774 …const bool isArray = (expr->preferredType_ != nullptr) && expr->preferredType_->IsETSArrayType() && in Check() local
3920 Label isArray(env); in AddElementInternal() local9181 Label isArray(env); in TryFastGetIterator() local
11155 si.isArray = function(t) { function