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

Issue 173052: Fix uninitialized members (Closed)

Created:
11 years, 4 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix uninitialized members. Make sure that the DummyScope top level scope used for pre-parsing have all members initialized. The type of this scope is set to global scope as it is a top level scope. Also ensure that the "naked" Scope constructor can only be used by sub-classes of Scope. The bug of missing initiaalization of members in the DummyScope was found by Valgrind. Committed: http://code.google.com/p/v8/source/detail?r=2719

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -6 lines) Patch
M src/scopes.h View 4 chunks +4 lines, -3 lines 0 comments Download
M src/scopes.cc View 1 chunk +20 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Thygesen Gjesse
11 years, 4 months ago (2009-08-19 12:01:53 UTC) #1
Christian Plesner Hansen
11 years, 4 months ago (2009-08-19 12:05:22 UTC) #2
Lgtm!

Powered by Google App Engine
This is Rietveld 408576698