From 33cea8e04854d3b6839c7ff394e865567a574832 Mon Sep 17 00:00:00 2001 From: Julien Dramaix Date: Tue, 19 Dec 2023 10:53:56 -0800 Subject: [PATCH] Mark TypedArray/JsArray/ReadonlyArray.findLastIndex methods as returning int. PiperOrigin-RevId: 592284210 --- java/elemental2/core/integer_entities.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/java/elemental2/core/integer_entities.txt b/java/elemental2/core/integer_entities.txt index 41d8d04..d14aaba 100644 --- a/java/elemental2/core/integer_entities.txt +++ b/java/elemental2/core/integer_entities.txt @@ -20,6 +20,7 @@ elemental2.core.JsArray.copyWithin.end elemental2.core.JsArray.fill.begin elemental2.core.JsArray.fill.end elemental2.core.JsArray.findIndex +elemental2.core.JsArray.findLastIndex elemental2.core.JsArray.includes.fromIndex elemental2.core.JsArray.indexOf elemental2.core.JsArray.indexOf.fromIndex @@ -196,6 +197,7 @@ elemental2.core.JsMap.size elemental2.core.JsRegExp.lastIndex elemental2.core.JsSet.size elemental2.core.ReadonlyArray.findIndex +elemental2.core.ReadonlyArray.findLastIndex elemental2.core.ReadonlyArray.includes.fromIndex elemental2.core.ReadonlyArray.indexOf elemental2.core.ReadonlyArray.indexOf.fromIndex @@ -221,6 +223,7 @@ elemental2.core.TypedArray.copyWithin.end elemental2.core.TypedArray.fill.begin elemental2.core.TypedArray.fill.end elemental2.core.TypedArray.findIndex +elemental2.core.TypedArray.findLastIndex elemental2.core.TypedArray.includes.fromIndex elemental2.core.TypedArray.indexOf elemental2.core.TypedArray.indexOf.fromIndex