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

Issue 6014013: Fix bug in instanceof stub... (Closed)

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

Description

Fix bug in instanceof stub If the instanceof stub was requested to deliver true/false objects as the result instead of 0/1 then 0/1 was actually returned if the builtin INSTANCE_OF ended up being called. This is now fixed. BUG=v8:1020 TEST=test/mjsunit/regress/regress-1020.js Committed: http://code.google.com/p/v8/source/detail?r=6185

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -5 lines) Patch
M src/ia32/code-stubs-ia32.cc View 1 chunk +22 lines, -5 lines 0 comments Download
A test/mjsunit/regress/regress-1020.js View 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Thygesen Gjesse
9 years, 11 months ago (2011-01-05 13:38:20 UTC) #1
Mads Ager (chromium)
9 years, 11 months ago (2011-01-05 14:15:31 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698