| Commit message (Expand) | Author | Age | Lines |
* | Revert "Enable Array.prototype.values" | wolfbeast | 2018-03-28 | -9/+11 |
* | Enable Array.prototype.values | wolfbeast | 2018-03-27 | -11/+9 |
* | Merge remote-tracking branch 'janek/js_regexp_lastindex_1' | wolfbeast | 2018-03-27 | -20/+188 |
|\ |
|
| * | Bug 1317397: Only set lastIndex for global or sticky RegExps in RegExpBuiltin... | janekptacijarabaci | 2018-03-24 | -24/+20 |
| * | Bug 1343375: Update RegExp.prototype.replace and .match to call ToLength(last... | janekptacijarabaci | 2018-03-24 | -0/+172 |
* | | Bug 1360839 - Call IteratorClose due to abrupt completion from yield | janekptacijarabaci | 2018-03-25 | -0/+58 |
* | | Bug 1346862 - Fix IteratorClose due to non-local jumps being catchable by try... | janekptacijarabaci | 2018-03-25 | -0/+35 |
* | | Bug 1331585 - Allow falsy "done" values for IteratorClose due to exception du... | janekptacijarabaci | 2018-03-25 | -0/+16 |
* | | Bug 1338796 - Do not call iterator.return if iterator.throw is present in yield* | janekptacijarabaci | 2018-03-25 | -7/+38 |
* | | Bug 1334799 - Handle stack value in correct order when leaving for-of loop fr... | janekptacijarabaci | 2018-03-25 | -4/+28 |
* | | Bug 1332881 - Handle stack value in correct order when leaving loop and try-f... | janekptacijarabaci | 2018-03-25 | -0/+54 |
* | | Bug 1147371: Implement calling IteratorClose and "return" on iterators in yield* | janekptacijarabaci | 2018-03-24 | -13/+141 |
* | | Bug 1147371: Implement IteratorClose for array destructuring | janekptacijarabaci | 2018-03-24 | -0/+77 |
* | | Bug 1147371: Implement IteratorClose for for-of | janekptacijarabaci | 2018-03-24 | -15/+135 |
* | | Bug 1204028: Evaluate LHS reference before RHS in destructuring | janekptacijarabaci | 2018-03-20 | -0/+1472 |
* | | Bug 1322314 - Do not emit ParseNode twice in BytecodeEmitter::emitDestructuri... | janekptacijarabaci | 2018-03-20 | -0/+25 |
|/ |
|
* | Add support for the function `name` property. | wolfbeast | 2018-03-20 | -14/+427 |
|\ |
|
| * | Part 4: Fix existing tests | janekptacijarabaci | 2018-03-19 | -14/+15 |
| * | Part 1: Implement ES6 function name property semantics | janekptacijarabaci | 2018-03-19 | -0/+384 |
| * | Bug 1317309: Throw a TypeError when passing a Symbol value to ToAtom | janekptacijarabaci | 2018-03-19 | -0/+28 |
* | | Tests | janekptacijarabaci | 2018-03-19 | -0/+31 |
|/ |
|
* | Prototypes should be regular objects. | wolfbeast | 2018-03-19 | -0/+59 |
|\ |
|
| * | Bug 1320198: Land additional Error prototype test | janekptacijarabaci | 2018-03-17 | -0/+24 |
| * | Tests | janekptacijarabaci | 2018-03-17 | -0/+35 |
* | | Correctly tokenize valid JS names when using code points outside of BMP range. | wolfbeast | 2018-03-18 | -16/+2 |
|\ \ |
|
| * | | Correctly tokenize valid JS names when using Unicode mathematical alphanumeri... | janekptacijarabaci | 2018-03-18 | -16/+2 |
| |/ |
|
* | | Bug 755821: Function() should use the parser's argument parsing code | janekptacijarabaci | 2018-03-16 | -0/+27 |
* | | Bug 1318017: Call GetPrototypeFromConstructor for generator/async function an... | janekptacijarabaci | 2018-03-16 | -0/+112 |
|/ |
|
* | Close iterator after error in Promise.{all,race} | janekptacijarabaci | 2018-03-15 | -0/+234 |
* | Close iterator after error in Array.from | janekptacijarabaci | 2018-03-15 | -0/+183 |
* | Close iterator after error in {Map,Set,WeakMap,WeakSet} constructors | janekptacijarabaci | 2018-03-15 | -0/+253 |
* | JS - RegExp - match updated spec for `/\b/iu` and `/\B/iu` | janekptacijarabaci | 2018-03-12 | -0/+25 |
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+57315 |