v8/test/mjsunit/harmony
dslomov@chromium.org cd30676052 ToNumber(Symbol) should throw TypeError
https://people.mozilla.org/~jorendorff/es6-draft.html#sec-tonumber

Based on patch from caitp <caitpotter88@gmail.com>
https://codereview.chromium.org/454233002/

BUG=v8:3499
LOG=Y
R=dslomov@chromium.org

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

Patch from Erik Arvidsson <arv@chromium.org>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23057 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-08-11 19:24:05 +00:00
..
regress Enable ES6 iteration by default 2014-08-07 16:42:14 +00:00
array-fill.js Fix typos in unit test for Array.prototype.fill() 2014-05-09 16:11:50 +00:00
array-find.js
array-findindex.js
arrow-functions.js Implement basic code generation for arrow functions 2014-07-21 09:58:01 +00:00
block-conflicts.js Fix several issues with ES6 redeclaration checks 2014-07-09 11:35:05 +00:00
block-const-assign.js Drop obsolete ES6 TODOs about activating extended mode. 2014-06-17 15:22:38 +00:00
block-early-errors.js Make let usable as an identifier in ES6 sloppy mode. 2014-07-10 14:06:37 +00:00
block-for.js Drop obsolete ES6 TODOs about activating extended mode. 2014-06-17 15:22:38 +00:00
block-lazy-compile.js
block-leave.js Drop obsolete ES6 TODOs about activating extended mode. 2014-06-17 15:22:38 +00:00
block-let-crankshaft.js Drop obsolete ES6 TODOs about activating extended mode. 2014-06-17 15:22:38 +00:00
block-let-declaration.js Fix several issues with ES6 redeclaration checks 2014-07-09 11:35:05 +00:00
block-let-semantics.js Drop obsolete ES6 TODOs about activating extended mode. 2014-06-17 15:22:38 +00:00
block-scoping.js Preliminary support for block contexts in hydrogen. 2014-06-05 07:33:01 +00:00
dataview-accessors.js
debug-blockscopes.js Drop obsolete ES6 TODOs about activating extended mode. 2014-06-17 15:22:38 +00:00
debug-evaluate-blockscopes.js Drop obsolete ES6 TODOs about activating extended mode. 2014-06-17 15:22:38 +00:00
debug-function-scopes.js
empty-for.js Fix for-loop with const/let and empty condition/iteration statements. 2014-07-09 07:50:11 +00:00
generators-debug-liveedit.js Reland "Prevent liveedit on or under generators with open activations" 2014-05-22 07:32:59 +00:00
generators-debug-scopes.js Add tests for generator/debugger interaction 2014-04-25 09:35:41 +00:00
generators-iteration.js Enable ES6 iteration by default 2014-08-07 16:42:14 +00:00
generators-objects.js
generators-parsing.js Allow yield expressions without a RHS. 2014-07-02 13:48:28 +00:00
generators-poisoned-properties.js Poison .arguments and .caller for generator functions 2014-05-19 10:47:00 +00:00
generators-relocation.js Relocate suspended generator activations when enabling debug mode 2014-05-05 14:31:51 +00:00
generators-runtime.js Add @@iterator for generator objects 2014-06-12 08:53:07 +00:00
module-linking.js
module-parsing.js
module-recompile.js
module-resolution.js
numeric-literals-off.js
numeric-literals.js
private.js ToNumber(Symbol) should throw TypeError 2014-08-11 19:24:05 +00:00
proxies-example-membrane.js Remove proxies from --harmony switch for M38, because problems 2014-08-08 09:58:19 +00:00
proxies-for.js
proxies-function.js
proxies-hash.js Enable ES6 Map and Set by default 2014-08-05 19:37:32 +00:00
proxies-json.js Remove proxies from --harmony switch for M38, because problems 2014-08-08 09:58:19 +00:00
proxies-symbols.js Enable ES6 Symbols by default 2014-08-04 18:17:54 +00:00
proxies-with-unscopables.js This implements unscopables 2014-08-06 15:50:40 +00:00
proxies-with.js
proxies.js Enable ES6 iteration by default 2014-08-07 16:42:14 +00:00
set-prototype-of.js Enable ES6 Symbols by default 2014-08-04 18:17:54 +00:00
string-codepointat.js Implement String.prototype.codePointAt and String.fromCodePoint. 2014-07-21 08:45:32 +00:00
string-contains.js
string-endswith.js
string-fromcodepoint.js Implement String.prototype.codePointAt and String.fromCodePoint. 2014-07-21 08:45:32 +00:00
string-repeat.js
string-startswith.js
typedarrays.js