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

Issue 7572013: Additional functions to Harmony weak maps API. (Closed)

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

Description

Additional functions to Harmony weak maps API. R=rossberg@chromium.org BUG=v8:1565 TEST=mjsunit/harmony/weakmaps Committed: http://code.google.com/p/v8/source/detail?r=8825

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix how undefined is used. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -1 line) Patch
M src/weakmap.js View 1 1 chunk +24 lines, -1 line 0 comments Download
M test/mjsunit/harmony/weakmaps.js View 3 chunks +25 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Michael Starzinger
9 years, 4 months ago (2011-08-04 09:52:56 UTC) #1
rossberg
LGTM http://codereview.chromium.org/7572013/diff/1/src/weakmap.js File src/weakmap.js (right): http://codereview.chromium.org/7572013/diff/1/src/weakmap.js#newcode75 src/weakmap.js:75: %WeakMapSet(this, key, global.undefined); Better use `void 0' to ...
9 years, 4 months ago (2011-08-04 11:05:09 UTC) #2
Michael Starzinger
9 years, 4 months ago (2011-08-04 11:12:41 UTC) #3
Uploaded new patch set.

http://codereview.chromium.org/7572013/diff/1/src/weakmap.js
File src/weakmap.js (right):

http://codereview.chromium.org/7572013/diff/1/src/weakmap.js#newcode75
src/weakmap.js:75: %WeakMapSet(this, key, global.undefined);
On 2011/08/04 11:05:09, rossberg wrote:
> Better use `void 0' to get undefined.

Done.

Powered by Google App Engine
This is Rietveld 408576698