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

Issue 40105: Add an insert function to our list utility class. (Closed)

Created:
11 years, 9 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Add an insert function to our list utility class. Committed: http://code.google.com/p/v8/source/detail?r=1415

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -0 lines) Patch
M src/list.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/list-inl.h View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Kevin Millikin (Chromium)
11 years, 9 months ago (2009-03-04 10:15:30 UTC) #1
It's not called anywhere yet, but I'll need it.  Order of arguments was chosen
to be the same as the STL list insert.

Powered by Google App Engine
This is Rietveld 408576698