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

Issue 8112007: Fix incorrect function name inference in case of assignment / global assignment. (Closed)

Created:
9 years, 2 months ago by mnaganov (inactive)
Modified:
9 years, 2 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix incorrect function name inference in case of assignment / global assignment. R=kmillikin@chromium.org BUG=v8:1732 TEST=test-func-name-inference/GlobalAssignmentAndCall,AssignmentAndCall Committed: http://code.google.com/p/v8/source/detail?r=9508

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -0 lines) Patch
M src/func-name-inferrer.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/parser.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M test/cctest/test-func-name-inference.cc View 1 chunk +39 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
mnaganov (inactive)
9 years, 2 months ago (2011-10-03 03:51:31 UTC) #1
Kevin Millikin (Chromium)
9 years, 2 months ago (2011-10-03 10:47:11 UTC) #2
That's nice and simple.  LGTM.

Powered by Google App Engine
This is Rietveld 408576698