Chromium Code Reviews

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
Reviewers:
Vyacheslav Egorov (Chromium)
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 Stats (+37 lines, -32 lines)
M src/scopes.h View 3 chunks +4 lines, -26 lines 0 comments
M src/scopes.cc View 5 chunks +33 lines, -6 lines 0 comments

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