summaryrefslogtreecommitdiffstats
path: root/js/src/vm/SelfHosting.cpp
Commit message (Collapse)AuthorAgeLines
* Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() ↵Gaming4JC2019-12-17-1/+2
| | | | | | method. Tag #1287
* Bug 1336705 - Part 2: Add self-hosting intrinsics for resolving/rejecting ↵Gaming4JC2019-12-17-0/+108
| | | | | | Promises and adding reactions. Tag #1287
* Issue #1302 - Add self-hosted implementation for string regex .matchAllwolfbeast2019-11-26-0/+23
| | | | This resolves #1302.
* Issue #1283 - Implement Promise.prototype.finally()André Bargull2019-11-12-0/+19
| | | | This resolves #1283.
* Merge branch 'master' into js-moduleswolfbeast2019-11-10-23/+7
|\ | | | | | | | | # Conflicts: # modules/libpref/init/all.js
| * 1344477 - Part 2: Optimize Array.prototype.splice with JSOP_NORVCALL.Gaming4JC2019-07-18-1/+1
| |
| * 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method.Gaming4JC2019-07-18-1/+1
| |
| * 1320408 - Part 1: Change JSFunction::getLength and ↵Gaming4JC2019-07-18-1/+1
| | | | | | | | JSFunction::getUnresolvedLength to static method.
| * Implement String.prototype.trimStart and trimEnd.wolfbeast2019-05-17-2/+4
| | | | | | | | | | | | This renames our internal function names because *Left and *Right might be deprecated and have to be removed later, making that trivial. Resolves #1089
| * Remove telemetry leftovers from JS engine.adeshkp2019-01-30-18/+0
| |
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-07-06-16/+34
|\| | | | | | | _testBranch_test_1
| * Change inlining of intrinsics.wolfbeast2018-06-07-12/+33
| |
| * Issue #325 Part 14: Remove EXPOSE_INTL_API conditionals.wolfbeast2018-05-04-4/+0
| |
| * Bug 1287677 - Add mozIntl.getDisplayNames APIjanekptacijarabaci2018-03-30-0/+1
| |
* | Bug 1326453 - Part 5: Remove no longer used ListIterator implementationjanekptacijarabaci2018-04-14-40/+0
|/
* Part 1: Implement ES6 function name property semanticsjanekptacijarabaci2018-03-19-4/+4
| | | | Issue #78
* Bug 1320388: Move JSFunction::HAS_REST to JSScript and LazyScriptjanekptacijarabaci2018-03-19-1/+1
| | | | | | Issue #78 [Depends on] Bug 883377: Implement ES6 function "name" property semantics
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+3109