summaryrefslogtreecommitdiff
path: root/js
Commit message (Expand)AuthorAge
* 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 7a: Add a JS API to get the private value for the calling ...Brian Smith2023-04-27
* Issue #1691 - Part 6e: Fix problems due to divergent codebases. This gets ba...Brian Smith2023-04-27
* Issue #1691 - Part 6d: Optimize handling of internally-created Promise objects.Brian Smith2023-04-27
* Issue #1691 - Part 6c: Fix a few issues with the earlier commits.Brian Smith2023-04-27
* Issue #1691 - Part 6a: Support private values which contain pointers to cycle...Brian Smith2023-04-27
* Issue #1691 - Part 5b: Stop modules from entraining the top-level JSScript.Brian Smith2023-04-27
* Issue #1691 - Part 5: Don't pre-create module metadata object when compiling.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 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
* No issue - Correct handling of async (arrow) functions declared inside constr...Martok2023-04-23
* Issue #2197 - Follow-up: Remove GC debug assertion on sandboxFranklinDM2023-04-08
* Issue #2197 - Part 4: Expose structuredClone in SandboxFranklinDM2023-04-07
* PR #2189 - Follow-up: Fix build bustage with GCC 9 related to checkExportedNa...Job Bautista2023-04-05
* Issue #2173 - Introduce FunctionNode::syntaxKind instead of JSOPsMartok2023-04-03
* Issue #2173 - Separate CodeNode into FunctionNode and ModuleNodeMartok2023-04-03
* Issue #2173 - Remove unused case/code from function node opsMartok2023-04-03
* Issue #2173 - Allow constant folding to see inside functions when using the m...Martok2023-04-03
* Issue #2173 - Fix remaining ParseNode* in FullParseHandler methods signatureMartok2023-04-03
* Issue #2173 - Add TryNodeMartok2023-04-03
* Issue #2173 - Add accessors to LexicalScopeNodeMartok2023-04-03
* Issue #2173 - Add accessors to NullaryNode and change LoopControlStatement ar...Martok2023-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 TernaryNodeMartok2023-04-03
* Issue #2173 - Add accessors to ListNodeMartok2023-04-03
* Issue #2173 - Fix return value of MUST_MATCH_TOKEN* macros in Parser methods ...Martok2023-04-03
* Issue #2173 - Store the info about the existence of the default case into the...Martok2023-04-03
* Issue #2173 - Add a new PNK_PROPERTYNAME to hold location information about p...Martok2023-04-03
* Issue #2173 - Add a new PNK_ARGUMENTS node type for call argument listsMartok2023-04-03
* Issue #2173 - Fix exporting array and object binding patternsMartok2023-04-03
* Issue #2155 - Follow-up: Reorder super-property evaluation order per latest s...Martok2023-04-03
* Merge pull request 'Refactor more BytecodeEmitters' (#2179) from martok/UXP-c...Moonchild2023-03-27
|\
| * Issue #2155 - Add SwitchEmitterMartok2023-03-26
| * Issue #2155 - Move TryEmitter and ForOfLoopControl to TryEmitter.{cpp.h} and ...Martok2023-03-26
| * Issue #2155 - Move NestableControl classes except ForOfLoopControl to Bytecod...Martok2023-03-26
| * Issue #2155 - Split Nestable to ds/ and EmitterScope to EmitterScope.{cpp.h}Martok2023-03-26
* | Merge pull request 'Fix JS_SHARED_LIBRARY and always build Spidermonkey and I...Moonchild2023-03-27
|\ \ | |/ |/|
| * Issue #62 - Always build Spidermonkey as shared lib in Windows.Job Bautista2023-03-26
| * Issue #324 - Follow-up: Remove more traces of *INTL_API.Job Bautista2023-03-24
| * Revert "Issue #2165 - Follow-up: No longer support bundling the ICU data file...Job Bautista2023-03-24
| * Issue #2165 - Follow-up: No longer support bundling the ICU data file into pa...Job Bautista2023-03-19
| * Issue #2165 - Build ICU as a shared library if we're building Spidermonkey sh...Job Bautista2023-03-19
| * Issue #62 - Fix xul.dll link bustage related to JS::ubi::DominatorTree.Job Bautista2023-03-16
| * Issue #62 - Fix xul.dll link bustage relating to JSErrorNotes.Job Bautista2023-03-16