Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix order of OwnProperty check for rest parameters. | Moonchild | 2019-07-19 | -1/+1 |
| | | | This was a small mistake when converting from the `hasOwn()` function format (swapped parameters). Fixing this properly makes rest parameters exclude the parameters that are defined (which is the whole point of `...rest` | |||
* | 1339395 - Part 3: Add BytecodeEmitter support for object rest and spread ↵ | Gaming4JC | 2019-07-18 | -0/+63 |
| | | | | properties. | |||
* | Merge remote-tracking branch 'janek/js_regexp_lastindex_1' | wolfbeast | 2018-03-27 | -1/+11 |
|\ | ||||
| * | Bug 1317397: Only set lastIndex for global or sticky RegExps in ↵ | janekptacijarabaci | 2018-03-24 | -1/+11 |
| | | | | | | | | RegExpBuiltinExec per ES2017 | |||
* | | Bug 1147371: Convert self-hosted code that need to call IteratorClose to use ↵ | janekptacijarabaci | 2018-03-24 | -23/+0 |
|/ | | | | | | for-of Issue #74 | |||
* | Close iterator after error in {Map,Set,WeakMap,WeakSet} constructors | janekptacijarabaci | 2018-03-15 | -0/+23 |
| | | | | Issue #17 | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+227 |