summaryrefslogtreecommitdiff
path: root/js/src/jsopcode.cpp
Commit message (Collapse)AuthorAge
* Issue #2342: Use [[nodiscard]] in /jsMoonchild2023-11-08
|
* Issue #1240 - Part 4 - Implement parser support for BigInt literals.Brian Smith2023-07-18
| | | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1505849 Partially based on https://bugzilla.mozilla.org/show_bug.cgi?id=1456568 Un-result-ified the BigInt XDR code, so we can enable it. https://bugzilla.mozilla.org/show_bug.cgi?id=1419094 Uninitialised memory read with BigInt right-shift https://bugzilla.mozilla.org/show_bug.cgi?id=1679003
* Issue #2155 - Follow-up: Reorder super-property evaluation order per latest ↵Martok2023-04-03
| | | | | | | | | spec change Fix regression from difference between Interpreter (old) and ElemOpEmitter (new). We don't have any Ion/IC support for these ops. Based-on: m-c 1472211
* No issue - factor out some frame iterator helper functions.Moonchild2023-01-18
|
* Issue #1952 - m-c 1383775: Clean up function toString/toSource code, remove ↵Martok2022-07-01
| | | | remnants of source decompiler
* Issue #1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24
|
* 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ↵Gaming4JC2019-07-18
| | | | return value.
* 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method.Gaming4JC2019-07-18
|
* Bug 1147371: Always decompile argument names in self-hosted code in the ↵janekptacijarabaci2018-03-24
| | | | | | caller frame Issue #74
* Bug 1147371: Implement JSOP_PICK and JSOP_UNPICK in the expression decompilerjanekptacijarabaci2018-03-24
| | | | Issue #74
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02