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

Issue 2758002: Fix bug in mjsunit/const-eval-init causing objects to be initialized to undef... (Closed)

Created:
10 years, 6 months ago by Rico
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix bug in mjsunit/const-eval-init causing objects to be initialized to undefined. In mjsunit/const-eval-init - testInitSlowCaseExtension a range of objects are initialized to undefined instead of a value because the variable i is within quotes (i.e., the source becommes "a1 = i" instead of "a1 = 1". This should have no impact on the test, I just stumbled over this on an unrelated matter. Committed: http://code.google.com/p/v8/source/detail?r=4817

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M test/mjsunit/const-eval-init.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Rico
Fix of small bug in const-eval-init.js that has no real effect. The code is, however, ...
10 years, 6 months ago (2010-06-08 11:10:55 UTC) #1
Mads Ager (chromium)
10 years, 6 months ago (2010-06-08 11:15:07 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698