summaryrefslogtreecommitdiff
path: root/js/src/jsapi.h
Commit message (Expand)AuthorAge
* Issue #2342: Use [[nodiscard]] in /jsMoonchild2023-11-08
* Issue #2281 - Replace std::iterator inheritance with iterator traitsMoonchild2023-11-05
* Issue #1442 - Part 4: Add JSAPI functions for working with ReadableStream.Brian Smith2023-09-27
* Issue #1442 - Part 2: Add a run-time preference for toggling the streams API.Brian Smith2023-09-27
* Issue #2259 - Reimplement String.prototype.toLocale{Lower,Upper}Case per ECMA...Martok2023-06-29
* Issue #2241 - Part 1: Move {js::,JS_}{{Strictly,Loosely}Equal,SameValue} into...Job Bautista2023-05-12
* 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 6d: Optimize handling of internally-created Promise objects.Brian Smith2023-04-27
* Issue #1691 - Part 6a: Support private values which contain pointers to cycle...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 1: Provide a way of associating a private value with a scriptBrian Smith2023-04-27
* Issue #62 - Fix xul.dll link bustage relating to JSErrorNotes.Job Bautista2023-03-16
* Issue #2089 - Implement AggregateErrorMartok2023-02-01
* Issue #2089 - In Promises, use a C++ version of SpeciesConstructor when calli...Martok2023-01-22
* Issue #2089 - Use JS engine stack if necessary when reporting errorsMartok2023-01-22
* No issue - add API to tell Profile Timeline Recording state to JS engineMartok2023-01-21
* Issue #1952 - m-c 1383775: Clean up function toString/toSource code, remove r...Martok2022-07-01
* Issue #1742 - Part 1: Refactor rooting base class templatesMoonchild2022-05-24
* Issue #1624 - Make ion inlining optimizations a pref.Moonchild2020-12-03
* Revert "Issue #1691 - Part 1: Provide a way of associating a private value wi...Moonchild2020-11-28
* Issue #1691 - Part 1: Provide a way of associating a private value with a scriptMoonchild2020-11-27
* Issue #1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24
* Issue #618 - Simplify module resolve hook to be a function pointerMoonchild2020-08-06
* [js] Add some utility functions to get the current JS runtime.Moonchild2020-08-06
* Issue #618 - Align error handling for module scripts with the spec (again)Moonchild2020-07-08
* Issue #618 - Remove context and heap-idle checkMoonchild2020-07-04
* Issue #618 - Fix JSAPI additions to pass the JS context.Moonchild2020-07-03
* Issue #618 - Match JSAPI names with the changes in 9ca74147225eed305e28c7887f...Moonchild2020-07-03
* Issue #618 - Add APIs to query module record errorsMoonchild2020-07-03
* Revert #1091 Remove unboxed object code phase 1 + extras.wolfbeast2020-02-23
* Revert #1137 - Remove unboxed arrayswolfbeast2020-02-23
* Bug 1331092 - Part 1: Add Symbol.asyncIterator.Gaming4JC2019-12-17
* Issue #1302 - Add self-hosted implementation for string regex .matchAllwolfbeast2019-11-26
* Issue #1284 - Implement /s (dotAll) for regular expressions, v2.wolfbeast2019-11-18
* Fix a crash in IndexedDB.wolfbeast2019-09-04
* 1283712 - Part 2: Add JSEXN_NOTE.Gaming4JC2019-07-18
* Make JSErrorNotes Single ThreadedGaming4JC2019-07-18
* 1283712 - Part 1: Add JSErrorBase, JSErrorNotes, JSErrorNotes::Note, and JSEr...Gaming4JC2019-07-18
* Remove unboxed array context option and shell flag.wolfbeast2019-06-12
* Unhook Unboxed Objects optionwolfbeast2019-05-13
* Pref the use of unboxed plain objects in JS and disable by default.wolfbeast2019-03-21
* Align `instanceof` with the final ES6 spec.wolfbeast2019-02-07
* Reduce number of allocations in AutoStopwatchDavid Teller2019-01-29
* Revert "Reduce number of allocations in AutoStopwatch"wolfbeast2019-01-29
* Reduce number of allocations in AutoStopwatchDavid Teller2019-01-28
* Telemetry: Remove stubs and related codeadeshkp2019-01-12
* Fix a longstanding IndexedDB correctness issue.wolfbeast2018-11-02