.. |
regress
|
Fix several issues with ES6 redeclaration checks
|
2014-07-09 11:35:05 +00:00 |
array-fill.js
|
|
|
array-find.js
|
|
|
array-findindex.js
|
|
|
array-iterator.js
|
Add @@iterator to Array.prototype
|
2014-06-25 07:32:57 +00:00 |
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
|
|
|
collection-iterator.js
|
ES6: Add missing Set.prototype.keys function
|
2014-06-30 14:37:07 +00:00 |
collections.js
|
Make Map.set() and Set.add() chainable
|
2014-07-01 09:49:25 +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
|
|
|
debug-stepin-collections-foreach.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
|
|
|
generators-debug-scopes.js
|
|
|
generators-iteration.js
|
Allow yield expressions without a RHS.
|
2014-07-02 13:48:28 +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
|
|
|
generators-relocation.js
|
|
|
generators-runtime.js
|
Add @@iterator for generator objects
|
2014-06-12 08:53:07 +00:00 |
iteration-semantics.js
|
Add @@iterator support for strings
|
2014-06-25 07:43:14 +00:00 |
iteration-syntax.js
|
Make let usable as an identifier in ES6 sloppy mode.
|
2014-07-10 14:06:37 +00:00 |
mirror-collections.js
|
Expose the content of Sets and WeakSets through SetMirror.
|
2014-07-23 07:33:47 +00:00 |
module-linking.js
|
|
|
module-parsing.js
|
|
|
module-recompile.js
|
|
|
module-resolution.js
|
|
|
numeric-literals-off.js
|
|
|
numeric-literals.js
|
|
|
private.js
|
Make freeze & friends ignore private properties
|
2014-07-01 15:47:41 +00:00 |
proxies-example-membrane.js
|
|
|
proxies-for.js
|
|
|
proxies-function.js
|
|
|
proxies-hash.js
|
|
|
proxies-json.js
|
|
|
proxies-symbols.js
|
|
|
proxies-with.js
|
|
|
proxies.js
|
|
|
set-prototype-of.js
|
|
|
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-iterator.js
|
Add @@iterator support for strings
|
2014-06-25 07:43:14 +00:00 |
string-repeat.js
|
|
|
string-startswith.js
|
|
|
typed-array-iterator.js
|
Add @@iterator, .entries(), .values(), .keys() support to typed arrays
|
2014-06-25 08:46:53 +00:00 |
typedarrays.js
|
|
|