gecko-dev/js/public/friend
Jessica Tallon 1ab5dc76df Bug 1651725 - Add 'minimum' argument to WASM's Memory & Table r=lth
This adds a 'minimum' argument to the JS-API for the WebAssembly.Memory
and WebAssembly.Table objects. This parameter represents the minimum
size of the object which was specified by the 'initial' parameter. This
supports using either initial or minimum to specify the parameter.

This commit is part of the work to add type reflections to the
WebAssembly JS-API as specified in the js-types proposal.

Differential Revision: https://phabricator.services.mozilla.com/D85887
2020-09-21 11:01:19 +00:00
..
DOMProxy.h Bug 1663365 - Move DOM proxy-related details (including expand support) to separate headers out of jsfriendapi.h. r=jandem 2020-09-08 22:57:14 +00:00
DumpFunctions.h Bug 1656411 - Move various dumping functions out of jsfriendapi.h to a new header. r=mgaudet 2020-07-31 16:20:19 +00:00
ErrorMessages.h
ErrorNumbers.msg Bug 1651725 - Add 'minimum' argument to WASM's Memory & Table r=lth 2020-09-21 11:01:19 +00:00
JSMEnvironment.h Bug 1663365 - Move JSM environment-related functionality to its own header. r=jandem 2020-09-08 22:57:01 +00:00
StackLimits.h Bug 1656411 - Move various stack limit-related functions (including reporting overrecursion) out of jsfriendapi.h to a new header. r=mgaudet 2020-07-31 16:33:40 +00:00
UsageStatistics.h Bug 1658621 - Remove JS_WEB_PARSER_COMPILE_LAZY_AFTER_MS/JS_PRIVILEGED_PARSER_COMPILE_LAZY_AFTER_MS probes. r=Yoric 2020-08-11 20:19:51 +00:00
WindowProxy.h Bug 1663365 - Move various Object-related functions to a new js/public/Object.h header. r=jandem 2020-09-08 22:55:38 +00:00
XrayJitInfo.h Bug 1663365 - Move |XrayJitInfo| functionality to its own friend header. r=jandem 2020-09-08 22:51:10 +00:00