v8/test/mjsunit/harmony
arv@chromium.org 5c2dffc380 Classes: Add test for method prototype
Methods should not have a prototype property

BUG=v8:3330
LOG=y
R=dslomov@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#24939}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24939 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-10-28 13:40:14 +00:00
..
regress Ensure that JSProxy::Fix gives the generated JSObject map a constructor 2014-08-27 15:54:23 +00:00
array-fill.js
array-find.js Array.prototype.{every, filter, find, findIndex, forEach, map, some}: Use fresh primitive wrapper for calls. 2014-10-15 09:11:32 +00:00
array-findindex.js Array.prototype.{every, filter, find, findIndex, forEach, map, some}: Use fresh primitive wrapper for calls. 2014-10-15 09:11:32 +00:00
array-of.js Implement ES6 Array.of() 2014-08-19 11:38:38 +00:00
arrow-functions.js Arrow functions: Cleanup handling of the prototype property 2014-09-12 15:07:43 +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
classes.js Classes: Add test for method prototype 2014-10-28 13:40:14 +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
module-linking.js
module-parsing.js
module-recompile.js
module-resolution.js
object-literals-method.js ES6: Implement generator method shorthand 2014-09-18 17:14:13 +00:00
object-literals-property-shorthand.js ES6: Implement object literal property shorthand 2014-09-29 14:15:48 +00:00
private.js ES6: String(symbol) should work like symbol.toString 2014-09-12 16:17:27 +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 Remove removed flags from tests 2014-08-19 15:09:38 +00:00
proxies-with.js
proxies.js Add more missing deopts 2014-10-26 10:25:48 +00:00
regexp-sticky.js Reland sticky regexps https://codereview.chromium.org/567313003/ 2014-09-19 07:36:05 +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 Improve String.repeat. 2014-10-17 10:01:38 +00:00
string-startswith.js
super.js Classes: implement 'new super'. 2014-10-23 08:32:23 +00:00
toMethod.js Implement Function.prototype.toMethod. 2014-08-21 12:39:33 +00:00
typedarrays-foreach.js Implement .forEach() on typed arrays 2014-10-16 10:55:26 +00:00
typedarrays.js Add remaining @@toStringTag symbols to builtins 2014-10-24 19:29:10 +00:00