summaryrefslogtreecommitdiffstats
path: root/js/src/vm
Commit message (Expand)AuthorAgeLines
* Issue #1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24-155/+0
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23-1/+0
* Merge branch 'master' into es-modules-workMoonchild2020-08-13-1/+4
|\
| * [js] Get the class pointer from the ObjectGroup in NativeObject::slotSpanMoonchild2020-07-10-1/+4
* | Issue #618 - Simplify module resolve hook to be a function pointerMoonchild2020-08-06-23/+15
* | Issue #618 - Use a single slot for the module's environment object.Moonchild2020-07-08-12/+0
* | Issue #618 - Align error handling for module scripts with the spec (again)Moonchild2020-07-08-2/+1
|/
* Issue #618 - Report source position information (line/column)Moonchild2020-07-04-0/+46
* Issue #618 - Align module instantiation/errors with the updated spec.Moonchild2020-07-03-18/+5
* Issue #1570 - Implement globalThiswolfbeast2020-05-30-0/+36
* [js] Remove pointless MakeMRegExpHoistable optimization.wolfbeast2020-03-18-6/+0
* Revert #1091 Remove unboxed object code phase 1 + extras.wolfbeast2020-02-23-5/+445
* Revert #1137 - Remove unboxed arrayswolfbeast2020-02-23-88/+1814
* Revert #1142 - Remove unboxed objectswolfbeast2020-02-22-20/+1765
* Revert 1320408 part 15: Make addDataProperty staticwolfbeast2020-02-22-18/+18
* Issue #1322 - Part 1: Remove the DOM Promise guts.wolfbeast2019-12-19-28/+0
* Bug 1390082 - Implement AsyncGeneratorQueue with simpler array operations.Gaming4JC2019-12-17-10/+52
* Bug 1379525 - Part 1: Await on the value before yielding or returning inside ...Gaming4JC2019-12-17-97/+88
* Bug 1331092 - Part 7: Implement Async Generator yield*.Gaming4JC2019-12-17-29/+159
* Bug 1331092 - Part 2: Implement Async Generator except yield*.Gaming4JC2019-12-17-2/+823
* Bug 1317389: Change property attributes for generator and async functions to ...Gaming4JC2019-12-17-12/+22
* Bug 1316098 - Optimize out result object allocation for await/return in async...Gaming4JC2019-12-17-34/+11
* Bug 1343481 - Part 4: Add Add GeneratorObject.{isAfterYield,isAfterAwait}.Gaming4JC2019-12-17-0/+38
* Bug 1343481 - Part 3: Add JSOP_AWAIT and rename {yieldIndex,yieldOffset} to {...Gaming4JC2019-12-17-34/+47
* Bug 1343481 - Part 2: Stop using StarGegerator for async function.Gaming4JC2019-12-17-3/+3
* Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() m...Gaming4JC2019-12-17-13/+33
* Bug 1336705 - Part 2: Add self-hosting intrinsics for resolving/rejecting Pro...Gaming4JC2019-12-17-0/+108
* Issue #1302 - Add self-hosted implementation for string regex .matchAllwolfbeast2019-11-26-56/+55
* Issue #1284 - Implement /s (dotAll) for regular expressions, v2.wolfbeast2019-11-18-4/+10
* Revert "Issue #1284 - Implement /s (dotAll) for regular expressions."wolfbeast2019-11-18-5/+2
* Issue #1284 - Implement /s (dotAll) for regular expressions.wolfbeast2019-11-18-2/+5
* Issue #1283 - Implement Promise.prototype.finally()André Bargull2019-11-12-0/+19
* Merge branch 'master' into js-moduleswolfbeast2019-11-10-4746/+1280
|\
| * Merge pull request #1262 from athenian200/solaris-workMoonchild2019-11-02-0/+12
| |\
| | * MoonchildProductions#1251 - Part 1: Restore initial Solaris support, fixed up.athenian2002019-10-21-0/+12
| * | Issue #1257 - Part 2: Remove watch/unwatch and JS watchpoint class.wolfbeast2019-10-27-79/+60
| * | Issue #1257 - Part1: Remove watch class-hook and proxy trap.wolfbeast2019-10-26-3/+0
| |/
| * Use the correct group for JIT constraints.wolfbeast2019-09-05-7/+136
| * 1339395 - Part 3: Add BytecodeEmitter support for object rest and spread prop...Gaming4JC2019-07-18-0/+2
| * 1344477 - Part 2: Optimize Array.prototype.splice with JSOP_NORVCALL.Gaming4JC2019-07-18-1/+1
| * 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ret...Gaming4JC2019-07-18-4/+32
| * 1216630 - Print class source when calling toString on the constructor.Gaming4JC2019-07-18-5/+20
| * Fix a thread assertion in NewCopiedArrayTryUseGroupGaming4JC2019-07-18-2/+2
| * 1336783 - Part 1: Rework on reserved word and remove TokenStream::KeywordIsName.Gaming4JC2019-07-18-68/+32
| * 1283712 - Part 10: Support notes in getLastWarning shell-only testing function.Gaming4JC2019-07-18-0/+1
| * 1332245 - Move nsScriptError from js/xpconnect to dom/bindings.Gaming4JC2019-07-18-0/+215
| * 1283712 - Part 5: Support notes in Debugger.Gaming4JC2019-07-18-0/+36
| * 1339137 - Don't do Annex B lexical function behavior when redeclaring a param...Gaming4JC2019-07-18-4/+15
| * 1320408 - Part 26: Remove Shape::set declaration.Gaming4JC2019-07-18-3/+0
| * 1320408 - Part 25: Change NativeObject::toDictionaryMode to static method.Gaming4JC2019-07-18-19/+17