Searched refs:isJsArray (Results 1 – 1 of 1) sorted by relevance
749 GateRef isJsArray = Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_ARRAY))); in IsStableArray() local751 return BoolAnd(isStableElements, isJsArray); in IsStableArray()