summaryrefslogtreecommitdiff
path: root/js/src/frontend/BytecodeEmitter.cpp
Commit message (Expand)AuthorAge
* Issue #2298 - Support '#x in obj' ergonomic brand check syntaxMartok2023-08-30
* Issue #1240 - Part 4 - Implement parser support for BigInt literals.Brian Smith2023-07-18
* Issue #2097 - Handle Logical Assignment in Ion CFGMartok2023-05-01
* Issue #2097 - Implement logical assignment operatorsMartok2023-05-01
* Issue #2142 - Implement class static blockMartok2023-05-01
* Issue #2142 - Parse and process static class fieldsMartok2023-05-01
* Issue #2142 - Support SuperProperty in field initializersMartok2023-05-01
* Issue #2142 - Optimize .initializers scoping and emitterMartok2023-05-01
* Issue #2142 - Set anonymous function name in field initializerMartok2023-05-01
* Issue #2142 - Don't treat PNK_NAME specially emitAssignmentOrInitMartok2023-05-01
* Issue #2142 - Emit field keys in correct orderMartok2023-05-01
* Issue #2142 - Fix several scoping issues in field initializersMartok2023-05-01
* Issue #2142 - Use JSOP_INITPROP for field initializersMartok2023-05-01
* Issue #2142 - Handle fields in derived classesMartok2023-05-01
* Issue #2142 - Add FunctionEmitter, FunctionScriptEmitter, and FunctionParamsE...Martok2023-05-01
* Issue #2142 - Add PropertyEmitter, ObjectEmitter, ClassEmitter, LexicalScopeE...Martok2023-05-01
* Issue #2142 - Improve TokenPos handling in BCEMartok2023-05-01
* Issue #2142 - Implement syntax for public/private fields and computed field n...Martok2023-05-01
* Issue #2142 - Fold BytecodeEmitter::checkTypeSet into BytecodeEmitter::emitCheckMartok2023-04-30
* Issue #1691 - Part 13: Remove MUST_MATCH_TOKEN* macros in Parser.Brian Smith2023-04-27
* Issue #1691 - Part 6e: Fix problems due to divergent codebases. This gets ba...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 #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 - 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 - 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 #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
* 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