summaryrefslogtreecommitdiff
path: root/js/src/builtin/ModuleObject.cpp
Commit message (Expand)AuthorAge
* Issue #2234 - Part 2: Ensure that the created async function wrapper is validFranklinDM2023-05-07
* Issue #2234 - Part 1: Create async function wrapper when instantiating module...FranklinDM2023-05-07
* Issue #1691 - Follow-up: Fix CallSelfHostedFunction deprot introduced by Part 4.Job Bautista2023-04-30
* Issue #1691 - Part 6e: Fix problems due to divergent codebases. This gets ba...Brian Smith2023-04-27
* Issue #1691 - Part 5b: Stop modules from entraining the top-level JSScript.Brian Smith2023-04-27
* Issue #1691 - Part 4: Finish implementing call import.Brian Smith2023-04-27
* Issue #1691 - Part 3: Finish implementing import meta.Brian Smith2023-04-27
* Issue #1691 - Part 1: Provide a way of associating a private value with a scriptBrian Smith2023-04-27
* Issue #2173 - Separate CodeNode into FunctionNode and ModuleNodeMartok2023-04-03
* Issue #2173 - Add accessors to NameNode, CodeNode, RegExpLiteral, and add Num...Martok2023-04-03
* Issue #2173 - Add accessors to UnaryNode and subclassesMartok2023-04-03
* Issue #2173 - Add accessors to BinaryNode and subclassesMartok2023-04-03
* Issue #2173 - Add accessors to ListNodeMartok2023-04-03
* Issue #2173 - Fix exporting array and object binding patternsMartok2023-04-03
* Revert "Issue #1691 - Part 1: Provide a way of associating a private value wi...Moonchild2020-11-28
* Issue #1691 - Part 1: Provide a way of associating a private value with a scriptMoonchild2020-11-27
* Issue #1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24
* Issue #618 - Lazily initialise module binding maps - Debug follow upGaming4JC2020-08-03
* Issue #618 - Lazily initialise module binding mapsMoonchild2020-07-08
* Issue #618 - Use a single slot for the module's environment object.Moonchild2020-07-08
* Issue #618 - Align error handling for module scripts with the spec (again)Moonchild2020-07-08
* Issue #618 - Fix typo and remove old function declarations.Moonchild2020-07-07
* Issue #618 - Report source position information (line/column)Moonchild2020-07-04
* Issue #618 - Align module instantiation/errors with the updated spec.Moonchild2020-07-03
* Revert #1137 - Remove unboxed arrayswolfbeast2020-02-23
* Merge branch 'master' into js-moduleswolfbeast2019-11-10
|\
| * 1320408 - Part 19: Remove JSContext* parameter from ModuleObject::fixEnvironm...Gaming4JC2019-07-18
| * 1320408 - Part 14: Change some GlobalObject methods to static method.Gaming4JC2019-07-18
| * Remove UnboxedArray code part 1wolfbeast2019-05-23
* | Bug 1341411 - Support circular module dependencies through export* per ES2017janekptacijarabaci2018-04-14
* | Bug 1339986 - Handle export* when checking for duplicate exportjanekptacijarabaci2018-04-14
* | Bug 1341256 - Fix module namespace object get handlerjanekptacijarabaci2018-04-14
* | Bug 1340268 - [[HasProperty]] on module namespace object should work even whe...janekptacijarabaci2018-04-14
* | Bug 1326453 - Part 4: Return @@toStringTag in [[OwnPropertyKeys]] trap for mo...janekptacijarabaci2018-04-14
* | Bug 1326453 - Part 3: Don't throw a TypeError when SetPrototypeOf for module ...janekptacijarabaci2018-04-14
* | Bug 1326453 - Part 2: Change @@toStringTag for module namespace objects to no...janekptacijarabaci2018-04-14
* | Bug 1326453 - Part 1: Remove @@iterator method from module namespace objects ...janekptacijarabaci2018-04-14
* | Bug 1320993 - Fix exporting default class expressionjanekptacijarabaci2018-04-14
|/
* Fix incorrect assertions in js/src/builtin/trav902018-04-06
* Part 1: Implement ES6 function name property semanticsjanekptacijarabaci2018-03-19
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02