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

Issue 200056: Made function prototype property DontEnum for compatibility with (Closed)

Created:
11 years, 3 months ago by Christian Plesner Hansen
Modified:
9 years, 7 months ago
Reviewers:
Lasse Reichstein
CC:
v8-dev
Visibility:
Public.

Description

Made function prototype property DontEnum for compatibility with Safari. Fixed const error in api.

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
M include/v8.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/function-prototype.js View 1 chunk +2 lines, -2 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
Christian Plesner Hansen
11 years, 3 months ago (2009-09-09 09:21:39 UTC) #1
Lasse Reichstein
LGTM http://codereview.chromium.org/200056/diff/1/4 File test/mjsunit/function-prototype.js (right): http://codereview.chromium.org/200056/diff/1/4#newcode93 Line 93: // Check the prototype is not enumerable, ...
11 years, 3 months ago (2009-09-09 09:26:38 UTC) #2
Christian Plesner Hansen
11 years, 3 months ago (2009-09-09 09:30:51 UTC) #3
http://codereview.chromium.org/200056/diff/1/4
File test/mjsunit/function-prototype.js (right):

http://codereview.chromium.org/200056/diff/1/4#newcode93
Line 93: // Check the prototype is not enumerable, for compatibility with safari
Done.

Powered by Google App Engine
This is Rietveld 408576698