summaryrefslogtreecommitdiff
path: root/js/src/jsscript.h
Commit message (Expand)AuthorAge
* Issue #2236 - Fix import.meta module error in lambdas by moving parseGoal() ...Brian Smith2023-05-08
* Issue #2142 - Track isFieldInitializer on JSScript instead of ScopeMartok2023-05-01
* Issue #2142 - Handle fields in derived classesMartok2023-05-01
* Issue #2142 - Implement syntax for public/private fields and computed field n...Martok2023-05-01
* Issue #1691 - Part 8: Fix --enable-debug builds and continue dynamic module i...Brian Smith2023-04-27
* Issue #1691 - Part 7f: Split up compile and execute so we can use ClassicScript.Brian Smith2023-04-27
* Issue #1691 - Part 7e: Dependencies for required to finish part 7d.Brian Smith2023-04-27
* Issue #1691 - Part 6a: Support private values which contain pointers to cycle...Brian Smith2023-04-27
* Issue #1691 - Part 2: Implement call import and import meta in the parser.Brian Smith2023-04-27
* Issue #1691 - Part 1: Provide a way of associating a private value with a scriptBrian Smith2023-04-27
* Revert "Issue #1624 - Exclude function scopes from Ion compilation."Moonchild2020-12-01
* Issue #1624 - Exclude function scopes from Ion compilation.Moonchild2020-11-30
* 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
* Bug 1343481 - Part 3: Add JSOP_AWAIT and rename {yieldIndex,yieldOffset} to {...Gaming4JC2019-12-17
* Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() m...Gaming4JC2019-12-17
* Bug 1364573 - Don't relazify class default constructors.Gaming4JC2019-07-18
* 1216630 - Rename preludeStart and postludeEnd to toStringStart and toStringEn...Gaming4JC2019-07-18
* 1216630 - Print class source when calling toString on the constructor.Gaming4JC2019-07-18
* 1320408 - Change JSScript::sourceDataWithPrelude to static methodGaming4JC2019-07-18
* 1320408 - Part 12: Change JSScript::sourceData to static method.Gaming4JC2019-07-18
* 1320408 - Part 10: Change LazyScript::functionDelazifying to static method.Gaming4JC2019-07-18
* 1320403 - Move JSFunction::EXPR_BODY to JSScript, LazyScript, and FunctionBox.Gaming4JC2019-07-18
* Stage 1-1: Implement Function.prototype.toString revision proposal.wolfbeast2019-02-02
* Bug 1346862 - Fix IteratorClose due to non-local jumps being catchable by try...janekptacijarabaci2018-03-25
* Bug 1342553, Bug 1343072, Bug 1344753 (details in the description)janekptacijarabaci2018-03-25
* Bug 1147371: Implement IteratorClose for array destructuringjanekptacijarabaci2018-03-24
* Bug 1147371: Implement IteratorClose for for-ofjanekptacijarabaci2018-03-24
* Bug 1320388: Move JSFunction::HAS_REST to JSScript and LazyScriptjanekptacijarabaci2018-03-19
* Bug 755821: Function() should use the parser's argument parsing codejanekptacijarabaci2018-03-16
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02