summaryrefslogtreecommitdiffstats
path: root/js/src/builtin/Utilities.js
Commit message (Collapse)AuthorAgeLines
* Fix order of OwnProperty check for rest parameters.Moonchild2019-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 ↵Gaming4JC2019-07-18-0/+63
| | | | properties.
* Merge remote-tracking branch 'janek/js_regexp_lastindex_1'wolfbeast2018-03-27-1/+11
|\
| * Bug 1317397: Only set lastIndex for global or sticky RegExps in ↵janekptacijarabaci2018-03-24-1/+11
| | | | | | | | RegExpBuiltinExec per ES2017
* | Bug 1147371: Convert self-hosted code that need to call IteratorClose to use ↵janekptacijarabaci2018-03-24-23/+0
|/ | | | | | for-of Issue #74
* Close iterator after error in {Map,Set,WeakMap,WeakSet} constructorsjanekptacijarabaci2018-03-15-0/+23
| | | | Issue #17
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+227