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

Issue 8356004: Make IsGenericDescriptor spec-conformant. (Closed)

Created:
9 years, 2 months ago by Sven Panne
Modified:
9 years, 2 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Make IsGenericDescriptor spec-conformant. When the descriptor argument is undefined, the spec is very explicit about the fact that we should return false (not true, like we did previously). I couldn't come up with a test case for this, but the old code leaves a bad feeling about corner cases, so better play safe. Committed: http://code.google.com/p/v8/source/detail?r=9711

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M src/v8natives.js View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Sven Panne
9 years, 2 months ago (2011-10-19 14:14:45 UTC) #1
Michael Starzinger
9 years, 2 months ago (2011-10-20 07:45:40 UTC) #2
LGTM. A test case would be nice, but I suppose it's not possible to come up with
one.

Powered by Google App Engine
This is Rietveld 408576698