Searched defs:isArray (Results 1 – 12 of 12) sorted by relevance
88 bool isArray; in UnwrapImpl() local179 bool isArray; in UnwrapImpl() local
124 bool isArray; in VisitArray() local
71 function isArray(node: any): node is ts.Node[] { function
30 bool isArray = val->IsArray(thread); in InternalizeJsonProperty() local
47 bool isArray = replacer->IsArray(thread_); in Stringify() local
347 … ArrayExpression *const currentElement, const bool isArray, in HandleNestedArrayExpression()
231 const bool isArray = elemType.back() == ']'; in GetETSAnnotation() local
124 bool isArray = originalValue->IsArray(thread); in ArraySpeciesCreate() local
899 bool isArray = object->IsJSArray(); in GetBuiltinObjectToString() local
689 …const bool isArray = (expr->preferredType_ != nullptr) && expr->preferredType_->IsETSArrayType() && in Check() local
2997 Label isArray(env); in AddElementInternal() local
11155 si.isArray = function(t) { function