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

Issue 6805013: Add a missing handle for serialized scope info (Closed)

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

Description

Add a missing handle for serialized scope info R=vegorov@chromium.org BUG=v8:1252 TEST=none Committed: http://code.google.com/p/v8/source/detail?r=7519

Patch Set 1 #

Patch Set 2 : Pass handle to Scope constructor #

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

Messages

Total messages: 3 (0 generated)
Søren Thygesen Gjesse
Should we pass a handle in the constructor, or do you think this is OK ...
9 years, 8 months ago (2011-04-06 16:45:41 UTC) #1
Vyacheslav Egorov (Chromium)
LGTM Passing Handle into constructor might better convey the message that Scope is GC aware ...
9 years, 8 months ago (2011-04-06 16:52:46 UTC) #2
Søren Thygesen Gjesse
9 years, 8 months ago (2011-04-06 18:52:37 UTC) #3
Changed to pass handle into the constructor.

Powered by Google App Engine
This is Rietveld 408576698