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

Issue 1938: Fix bug in function context slot lookup. There were two problems: we... (Closed)

Created:
12 years, 3 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
Reviewers:
Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Fix bug in function context slot lookup. There were two problems: we read at the wrong index in the scope information and we forgot to add Context::MIN_CONTEXT_SLOTS to the index. This fixes issue 24. Committed: http://code.google.com/p/v8/source/detail?r=279

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -5 lines) Patch
M src/codegen-ia32.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/scopeinfo.cc View 1 chunk +7 lines, -4 lines 0 comments Download
A test/mjsunit/with-function-expression.js View 1 chunk +36 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Mads Ager (chromium)
12 years, 3 months ago (2008-09-11 12:42:10 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698