summaryrefslogtreecommitdiff
path: root/js/src/wasm/AsmJS.cpp
Commit message (Expand)AuthorAge
* Issue #2342: Use [[nodiscard]] in /jsMoonchild2023-11-08
* Issue #2307 - Part 3b: Fix build bustage.Moonchild2023-09-19
* Issue #2307 - Part 3: Remove SIMD.js supportMoonchild2023-09-18
* Merge branch 'master' into bigint-mergedBrian Smith2023-07-18
|\
| * Issue #2271 - Separate cloning of native and interpreted functionsMartok2023-07-13
* | Issue #1240 - Part 4 - Implement parser support for BigInt literals.Brian Smith2023-07-18
|/
* Issue #2142 - Implement syntax for public/private fields and computed field n...Martok2023-05-01
* Issue #2173 - Introduce FunctionNode::syntaxKind instead of JSOPsMartok2023-04-03
* Issue #2173 - Separate CodeNode into FunctionNode and ModuleNodeMartok2023-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 - 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 #1952 - m-c 1383775: Clean up function toString/toSource code, remove r...Martok2022-07-01
* Issue #1877 - Resolve NIGHTLY_BUILD conditionals.Moonchild2022-04-22
* Issue #1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24
* Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() m...Gaming4JC2019-12-17
* 1216630 - Rename preludeStart and postludeEnd to toStringStart and toStringEn...Gaming4JC2019-07-18
* 1336783 - Part 1: Rework on reserved word and remove TokenStream::KeywordIsName.Gaming4JC2019-07-18
* 1333143 - Self-host Object.prototype.valueOf.Gaming4JC2019-07-18
* 903389 - Fix uses of ClassMethodIsNative.Gaming4JC2019-07-18
* 1320403 - Move JSFunction::EXPR_BODY to JSScript, LazyScript, and FunctionBox.Gaming4JC2019-07-18
* Move the Parser::checkFunctionDefinition call into its callers.wolfbeast2019-04-06
* Stage 1-1: Implement Function.prototype.toString revision proposal.wolfbeast2019-02-02
* Initialize some asm.js structures using in-class initializers instead of PodZerotrav902018-09-12
* Bug 1411415.wolfbeast2018-04-29
* Part 1: Implement ES6 function name property semanticsjanekptacijarabaci2018-03-19
* 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
* Re-enable asm.js cachingwolfbeast2018-02-09
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02