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

Issue 10573011: Fix return values for Harmony map and set operations. (Closed)

Created:
8 years, 6 months ago by Michael Starzinger
Modified:
8 years, 6 months ago
Reviewers:
rossberg
CC:
v8-dev
Visibility:
Public.

Description

Fix return values for Harmony map and set operations. R=rossberg@chromium.org BUG=chromium:132741, chromium:132742 TEST=mjsunit/harmony/collections Committed: https://code.google.com/p/v8/source/detail?r=11869

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -8 lines) Patch
M src/collection.js View 1 chunk +6 lines, -1 line 0 comments Download
M src/runtime.cc View 4 chunks +4 lines, -4 lines 1 comment Download
M test/mjsunit/harmony/collections.js View 2 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Michael Starzinger
8 years, 6 months ago (2012-06-19 14:56:25 UTC) #1
rossberg
8 years, 6 months ago (2012-06-19 15:16:49 UTC) #2
lgtm

https://chromiumcodereview.appspot.com/10573011/diff/1/src/runtime.cc
File src/runtime.cc (left):

https://chromiumcodereview.appspot.com/10573011/diff/1/src/runtime.cc#oldcode757
src/runtime.cc:757: return isolate->heap()->undefined_symbol();
Oops! :)

Powered by Google App Engine
This is Rietveld 408576698