summaryrefslogtreecommitdiff
path: root/js
Commit message (Expand)AuthorAge
* 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
| * Issue #62 - Fix xul.dll link bustage related to MovableCellHasher.Job Bautista2023-03-16
| * Issue #62 - Get --enable-shared-js and --enable-export-js working again, and ...Job Bautista2023-03-16
* | Merge pull request 'Port ByteCodeEmitter helper classes' (#2159) from martok/...Moonchild2023-03-22
|\ \
| * | Issue #2155 - Fix wrong assertionMartok2023-03-15
| * | Issue #2155 - Fix debug buildMartok2023-03-14
| * | Issue #2155 - Remove now-unused functionsMartok2023-03-13
| * | Issue #2155 - Fix BytecodeEmitter::emitArguments for our ParseNode treeMartok2023-03-13
| * | Issue #2155 - Add PropOpEmitter, ElemOpEmitter, NameOpEmitter, CallOrNewEmitterMartok2023-03-13
| * | Issue #2155 - Refactor BytecodeEmitter in preparation for *Emitter workMartok2023-03-13
| * | Issue #2155 - Simplify BytecodeEmitter::isRestParameterMartok2023-03-13
| * | Issue #2155 - Split TDZCheckCache, IfEmitter/InternalIfEmitter, JumpList from...Martok2023-03-13
* | | Issue #2166 - Follow-up: Fix style nits.Moonchild2023-03-18
* | | Issue #2166 - Part 5c: Use override keyword for all virtual methods of Recove...FranklinDM2023-03-17
* | | Issue #2166 - Part 5b: Replace RInstructionStorage copy by a cloneInto functi...FranklinDM2023-03-17
* | | Issue #2166 - Part 5a: Use alignas/alignof inside RInstructionStorageFranklinDM2023-03-17