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

Issue 7776008: Make built-in functions not rely on callback functions .call method. (Closed)

Created:
9 years, 3 months ago by Lasse Reichstein
Modified:
9 years, 3 months ago
CC:
v8-dev
Visibility:
Public.

Description

Make built-in functions not rely on callback functions .call method. In builtin code, we can't rely on Function.prototype.call being unmolested. Committed: http://code.google.com/p/v8/source/detail?r=9053

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix bugs in last two functions changed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -7 lines) Patch
M src/array.js View 1 10 chunks +25 lines, -7 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Lasse Reichstein
9 years, 3 months ago (2011-08-29 10:44:14 UTC) #1
William Hesse
LGTM, after error is fixed. http://codereview.chromium.org/7776008/diff/1/src/array.js File src/array.js (right): http://codereview.chromium.org/7776008/diff/1/src/array.js#newcode1268 src/array.js:1268: var receiver = %GetDefaultReceiver(f); ...
9 years, 3 months ago (2011-08-29 10:50:37 UTC) #2
Erik Corry
9 years, 3 months ago (2011-08-29 20:22:26 UTC) #3
Is there a regression test for this?

Powered by Google App Engine
This is Rietveld 408576698