v8/test/mjsunit/es6
arv 79be74364a Fix issues with name and length on poison pill function
In ES6 function name and length are configurable. However, the length
and name properties of the poison pill function must not be
configurable.

BUG=v8:4011
LOG=N
R=adamk@chromium.org, rossberg@chromium.org
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel

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

Cr-Commit-Position: refs/heads/master@{#27855}
2015-04-15 17:15:26 +00:00
..
debug-promises Simplify promise event on throw handling. 2015-03-09 13:41:55 +00:00
regress Make sure debugger is ready for breakpoins when we process 'debugger' statement. 2015-03-27 18:33:17 +00:00
arguments-iterator.js
array-iterator.js
array-tostring.js Update harmony Object.prototype.toString to 2/2/2015 spec 2015-02-03 17:45:20 +00:00
block-conflicts.js Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
block-const-assign.js Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
block-early-errors.js Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
block-for.js Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
block-leave.js Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
block-let-crankshaft.js %GetOptimizationStatus(): Unconditionally return a sentinel when --always-opt is present 2015-04-14 14:57:48 +00:00
block-let-declaration.js Fix test for function declarations syntax error. 2015-03-13 16:57:35 +00:00
block-let-semantics.js Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
block-non-strict-errors.js Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
block-scoping.js Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
collection-iterator.js
collections.js [es6] Fix length property of collection constructors 2015-04-13 18:59:39 +00:00
debug-blockscopes.js Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
debug-evaluate-blockscopes.js Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
debug-function-scopes.js Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
debug-stepin-collections-foreach.js
debug-stepin-generators.js
debug-stepin-microtasks.js
debug-stepin-promises.js Make debugger step into bound callbacks passed to Array.forEach. 2015-03-24 16:02:12 +00:00
debug-stepnext-for.js
empty-for.js Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
function-length-configurable.js [es6] Function length property should be configurable 2015-03-13 17:19:53 +00:00
function-name-configurable.js ES6: Make function name configurable 2015-03-04 16:57:10 +00:00
generators-debug-liveedit.js Debugger: remove unused JS Debugger API. 2015-03-26 08:15:45 +00:00
generators-debug-scopes.js
generators-iteration.js
generators-mirror.js Expose generator object internal properties via mirrors. 2014-11-28 14:49:08 +00:00
generators-objects.js Remove invalid assertion 2015-04-01 15:22:19 +00:00
generators-parsing.js
generators-poisoned-properties.js [es6] do not add caller/arguments to ES6 function definitions 2015-04-09 22:40:28 +00:00
generators-relocation.js
generators-runtime.js Use correct property descriptor in generators test 2015-04-12 21:18:31 +00:00
generators-states.js
indexed-integer-exotics.js fix reconfigure of indexed integer exotic objects 2015-03-27 10:12:55 +00:00
iteration-semantics.js Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
iteration-syntax.js Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
json.js
map-minus-zero.js Fix issue with -0 in Maps 2015-02-20 21:02:55 +00:00
math-cbrt.js
math-clz32.js
math-expm1.js
math-fround.js
math-hyperbolic.js
math-hypot.js
math-log1p.js
math-log2-log10.js Fix Math.log10 implementation for 1 - Number.EPSILON. 2015-04-14 11:56:02 +00:00
math-sign.js
math-trunc.js
math.js
microtask-delivery.js
mirror-collections.js
mirror-iterators.js
mirror-promises.js
mirror-symbols.js
numeric-literals.js Remove --harmony-numeric-literal flag 2015-03-31 14:24:30 +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
prototype-ordinary-objects.js Revert "ES6: Number and Boolean prototype should be ordinary objects" 2015-04-13 16:21:00 +00:00
set-minus-zero.js Fix issue with -0 in Maps 2015-02-20 21:02:55 +00:00
string-codepointat.js Remove harmony-strings flag. 2015-03-20 10:43:38 +00:00
string-endswith.js Remove harmony-strings flag. 2015-03-20 10:43:38 +00:00
string-fromcodepoint.js Remove harmony-strings flag. 2015-03-20 10:43:38 +00:00
string-html.js
string-includes.js Remove harmony-strings flag. 2015-03-20 10:43:38 +00:00
string-iterator.js
string-raw.js [es6] call ToString() on template substitutions 2015-03-24 12:44:01 +00:00
string-repeat.js Remove harmony-strings flag. 2015-03-20 10:43:38 +00:00
string-startswith.js Remove harmony-strings flag. 2015-03-20 10:43:38 +00:00
symbols.js Adjust key behaviour for weak collections 2015-03-18 12:51:58 +00:00
templates.js Re-write duplicated assertions 2015-04-01 15:13:21 +00:00
throw-type-error-function-restrictions.js Fix issues with name and length on poison pill function 2015-04-15 17:15:26 +00:00
typed-array-iterator.js
unscopables.js ES6: Unscopable should use ToBoolean 2015-03-31 15:14:20 +00:00