mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
86ee2237e3
This commit adds the 'any' heap type. Our type hierarchies are now: ``` anyref | eqref ------------ | \ (concrete structs) | (concrete arrays) funcref | (concrete funcs) externref ``` anyref contains all of eqref in addition to any values that are the result of extern.internalize. anyref is not allowed to be used on the JS-Wasm so it is made to be not 'exposable' which will ensure our stub functions handle it correctly. Differential Revision: https://phabricator.services.mozilla.com/D159790 |
||
---|---|---|
.. | ||
DOMProxy.h | ||
DumpFunctions.h | ||
ErrorMessages.h | ||
ErrorNumbers.msg | ||
JSMEnvironment.h | ||
PerformanceHint.h | ||
StackLimits.h | ||
UsageStatistics.h | ||
WindowProxy.h | ||
XrayJitInfo.h |