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

Issue 6364008: Strict mode: function constructor tests. (Closed)

Created:
9 years, 11 months ago by Martin Maly
Modified:
9 years, 7 months ago
Reviewers:
Lasse Reichstein
CC:
v8-dev
Visibility:
Public.

Description

Strict mode: function constructor tests. BUG= TEST=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -2 lines) Patch
M test/mjsunit/strict-mode.js View 3 chunks +27 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Martin Maly
Set out to implement strict mode checks for function constructor: new Function("a", "b", "return a+b;") ...
9 years, 11 months ago (2011-01-25 21:34:45 UTC) #1
Lasse Reichstein
9 years, 11 months ago (2011-01-26 08:15:59 UTC) #2
Yes, luckily we implement Function by building the source of a function
expression and evaluating that, so there is no new tests needed.
LGTM.

Powered by Google App Engine
This is Rietveld 408576698