Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(490)

Issue 10386039: Add indexOf to Int/Float-List's. (Closed)

Created:
8 years, 7 months ago by Anders Johnsen
Modified:
8 years, 7 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add indexOf to Int/Float-List's. BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=7439

Patch Set 1 #

Total comments: 2

Patch Set 2 : Removed var. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -0 lines) Patch
M runtime/lib/byte_array.dart View 1 1 chunk +7 lines, -0 lines 0 comments Download
M tests/standalone/byte_array_test.dart View 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Anders Johnsen
Hi Soeren, Can you review this CL for me? The motivation for this patch is ...
8 years, 7 months ago (2012-05-09 07:04:33 UTC) #1
Søren Gjesse
lgtm https://chromiumcodereview.appspot.com/10386039/diff/1/runtime/lib/byte_array.dart File runtime/lib/byte_array.dart (right): https://chromiumcodereview.appspot.com/10386039/diff/1/runtime/lib/byte_array.dart#newcode263 runtime/lib/byte_array.dart:263: int indexOf(var element, [int start = 0]) { ...
8 years, 7 months ago (2012-05-09 07:08:03 UTC) #2
Anders Johnsen
8 years, 7 months ago (2012-05-09 07:12:04 UTC) #3
Ty, committing!

https://chromiumcodereview.appspot.com/10386039/diff/1/runtime/lib/byte_array...
File runtime/lib/byte_array.dart (right):

https://chromiumcodereview.appspot.com/10386039/diff/1/runtime/lib/byte_array...
runtime/lib/byte_array.dart:263: int indexOf(var element, [int start = 0]) {
On 2012/05/09 07:08:03, Søren Gjesse wrote:
> Normally we just leave out var in argument lists.

Done.

Powered by Google App Engine
This is Rietveld 408576698