v8/test/mjsunit/es6
arv c791d84112 Revert of ES6: Make function name configurable (patchset #10 id:220001 of https://codereview.chromium.org/960343002/)
Reason for revert:
Breaks Chrome browser test that checks Object.name

[16509:16509:0228/030150:INFO:CONSOLE(43)] "Uncaught Error: Clobbered Object.name getter", source: http://www.chromium.org:33611/assertions.js (43)

http://build.chromium.org/p/client.v8/builders/Linux%20Tests%20%28dbg%29%281%29/builds/2328/steps/browser_tests/logs/stdio

Original issue's description:
> ES6: Make function name configurable
>
> This is partially based on r21609 but that CL was incomplete.
>
> Function name is still non writable so one has to use defineProperty
> to change the actual value.
>
> BUG=v8:3333
> LOG=N
> R=adamk, mstarzinger@chromium.org
>
> Committed: https://crrev.com/f7790f7670c8d859455a98fcb90ff1b66af1eca7
> Cr-Commit-Position: refs/heads/master@{#26924}

TBR=adamk@chromium.org,mstarzinger@chromium.org,verwaest@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=v8:3333

Review URL: https://codereview.chromium.org/969683002

Cr-Commit-Position: refs/heads/master@{#26933}
2015-03-02 00:19:01 +00:00
..
debug-promises Fix PromiseHasRejectHandler. 2014-08-18 08:43:11 +00:00
regress Make generator constructors configurable 2015-02-19 11:30:33 +00:00
arguments-iterator.js Don't expose Array.prototype.values as it breaks webcompat 2014-10-17 20:11:47 +00:00
array-iterator.js Add remaining @@toStringTag symbols to builtins 2014-10-24 19:29:10 +00:00
array-tostring.js Update harmony Object.prototype.toString to 2/2/2015 spec 2015-02-03 17:45:20 +00:00
collection-iterator.js Add remaining @@toStringTag symbols to builtins 2014-10-24 19:29:10 +00:00
collections.js ES6 collections: Fix order of constructor logic 2015-02-23 18:55:46 +00:00
debug-stepin-collections-foreach.js Enable ES6 Map and Set by default 2014-08-05 19:37:32 +00:00
debug-stepin-generators.js Support stepping into generator function. 2014-09-17 12:27:16 +00:00
debug-stepin-microtasks.js Allow stepping into Object.observe handlers. 2014-11-19 15:16:40 +00:00
debug-stepnext-for.js Reland "Fix stepping in for-loops." 2014-11-12 08:26:42 +00:00
generators-debug-liveedit.js Enable ES6 generators 2014-09-16 12:30:39 +00:00
generators-debug-scopes.js harmony-scoping: Implement debugger support for script scope. 2014-11-17 17:58:12 +00:00
generators-iteration.js Leaving a generator via an exception causes it to close 2014-11-12 14:29:22 +00:00
generators-mirror.js Expose generator object internal properties via mirrors. 2014-11-28 14:49:08 +00:00
generators-objects.js Set @@toStringTag on GeneratorFunction prototype. 2014-11-27 16:09:43 +00:00
generators-parsing.js Enable ES6 generators 2014-09-16 12:30:39 +00:00
generators-poisoned-properties.js Enable ES6 generators 2014-09-16 12:30:39 +00:00
generators-relocation.js Enable ES6 generators 2014-09-16 12:30:39 +00:00
generators-runtime.js Enable ES6 generators 2014-09-16 12:30:39 +00:00
generators-states.js Leaving a generator via an exception causes it to close 2014-11-12 14:29:22 +00:00
iteration-semantics.js for-of should throw if result object is not an object 2015-02-23 23:34:38 +00:00
iteration-syntax.js Extend and fix tests for custom heap snapshot. 2015-01-16 22:18:27 +00:00
json.js Add remaining @@toStringTag symbols to builtins 2014-10-24 19:29:10 +00:00
map-minus-zero.js Fix issue with -0 in Maps 2015-02-20 21:02:55 +00:00
math-cbrt.js Ship ES6 Math functions. 2014-07-16 14:00:15 +00:00
math-clz32.js Ship ES6 Math functions. 2014-07-16 14:00:15 +00:00
math-expm1.js Implement Math.expm1 using port from fdlibm. 2014-08-20 14:24:07 +00:00
math-fround.js Inline Math.fround in optimized code. 2014-07-29 11:34:08 +00:00
math-hyperbolic.js Fix typo in math-hyperbolic test. 2014-09-01 10:23:07 +00:00
math-hypot.js Ship ES6 Math functions. 2014-07-16 14:00:15 +00:00
math-log1p.js Implement Math.log1p using port from fdlibm. 2014-08-12 13:36:33 +00:00
math-log2-log10.js Implement Math.log2 via ported extract from fdlibm. 2014-12-11 11:23:37 +00:00
math-sign.js Ship ES6 Math functions. 2014-07-16 14:00:15 +00:00
math-trunc.js Ship ES6 Math functions. 2014-07-16 14:00:15 +00:00
math.js Add remaining @@toStringTag symbols to builtins 2014-10-24 19:29:10 +00:00
microtask-delivery.js Re^3-land "Ship promises and weak collections" 2014-05-06 14:48:34 +00:00
mirror-collections.js Add optional max elements limit for Map/Set mirror iterator preview. 2014-11-11 09:47:19 +00:00
mirror-iterators.js Expose internal properties of map/set iterators via mirrors. 2014-11-17 12:48:29 +00:00
mirror-promises.js Remove obsolete --harmony-promises flag from tests. 2014-06-20 10:47:50 +00:00
mirror-symbols.js Enable ES6 Symbols by default 2014-08-04 18:17:54 +00:00
numeric-literals.js Stage ES6 numeric literals 2014-10-06 15:40:55 +00:00
object-tostring.js Update harmony ObjectProtoToString() to 2/2/2015 spec 2015-02-03 21:05:25 +00:00
promises.js Promise.all and race should work with iterables 2015-02-23 18:10:14 +00:00
set-minus-zero.js Fix issue with -0 in Maps 2015-02-20 21:02:55 +00:00
string-html.js Only escape U+0022 in argument values of String.prototype HTML methods 2014-08-07 07:45:33 +00:00
string-iterator.js Add remaining @@toStringTag symbols to builtins 2014-10-24 19:29:10 +00:00
symbols.js Update ObjectToString to Harmony-draft algorithm 2014-10-21 17:21:32 +00:00
typed-array-iterator.js Don't expose Array.prototype.values as it breaks webcompat 2014-10-17 20:11:47 +00:00
unscopables.js ES6: Update unscopables to match spec 2014-12-16 20:07:41 +00:00