gecko-dev/js/public
Ryan Hunt 86ee2237e3 Bug 1774837 - wasm: Add anyref. r=jseward
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
2022-11-14 17:09:10 +00:00
..
experimental Bug 1788977 - Remove JS::CompileAndStartIncrementalEncoding. r=arai 2022-09-06 12:01:37 +00:00
friend Bug 1774837 - wasm: Add anyref. r=jseward 2022-11-14 17:09:10 +00:00
shadow Bug 1785772 - Part 4: Give pre-barrier verification its own Zone GC state to simply marking check r=sfink 2022-08-24 09:52:45 +00:00
AllocationLogging.h
AllocationRecording.h
AllocPolicy.h Bug 1782569 - Add JS::ReportOutOfMemory(ErrorContext*) r=nbp 2022-08-19 14:59:18 +00:00
Array.h
ArrayBuffer.h
ArrayBufferMaybeShared.h
BigInt.h
BuildId.h
CallAndConstruct.h
CallArgs.h
CallNonGenericMethod.h
CharacterEncoding.h Bug 1791357 - Part 2: Use char32_t instead of uint32_t for code points. r=arai 2022-09-20 05:46:03 +00:00
Class.h
ComparisonOperators.h
CompilationAndEvaluation.h Bug 1788977 - Remove JS::CompileAndStartIncrementalEncoding. r=arai 2022-09-06 12:01:37 +00:00
CompileOptions.h Bug 1774796 - Add largest-first delazification strategy. r=arai 2022-06-20 13:33:49 +00:00
Context.h Bug 1726039 - Disallow setting private fields on MaybeCrossOrigin objects (HostEnsureCanPrivateElementAdd) r=peterv,jandem 2022-10-26 21:53:36 +00:00
ContextOptions.h Bug 1783703 - Part 2: Change-Array-By-Copy flag should be a RealmCreationOptions. r=mgaudet 2022-08-09 09:50:29 +00:00
Conversions.h
Date.h
Debug.h Bug 1780857 - Change if to ifdef for DEBUG. (r=jimb) DONTBUILD 2022-07-25 09:35:43 +00:00
Equality.h
ErrorInterceptor.h
ErrorReport.h Bug 1782569 - Use ErrorContext instead of JSContext for off-thread ReportOutOfMemory() r=nbp 2022-08-19 14:59:19 +00:00
Exception.h
ForOfIterator.h
GCAnnotations.h
GCAPI.h Bug 1797755 - Part 4: Remove option to set maximum mark stack capacity in release builds r=sfink 2022-10-28 15:17:43 +00:00
GCHashTable.h
GCPolicyAPI.h Bug 1785287 - Stop IsInsideNursery from accepting null argument r=sfink 2022-08-18 20:14:55 +00:00
GCTypeMacros.h
GCVariant.h
GCVector.h
GlobalObject.h
HashTable.h
HeapAPI.h Bug 1760920 - pt 9. Don't count shared memory more than once r=jonco 2022-11-07 22:36:38 +00:00
HelperThreadAPI.h Bug 1769451 - Part 1: Fix missing include in js/public. r=sfink 2022-06-10 19:19:51 +00:00
Id.h
Initialization.h
Interrupt.h
JitCodeAPI.h Bug 1788779: Add API for the Gecko Profiler to access JitCode address ranges and debug info r=iain 2022-09-23 15:18:57 +00:00
JSON.h
LocaleSensitive.h
MapAndSet.h
MemoryCallbacks.h
MemoryFunctions.h
MemoryMetrics.h Bug 1777529 - Remove Tracelogger from Memory Stats r=jandem 2022-07-13 15:26:51 +00:00
Modules.h Bug 1782686 - Document arguments to embedding module hooks r=arai 2022-08-02 15:32:36 +00:00
Object.h
OffThreadScriptCompilation.h
Principals.h Bug 1740263 - Block WASM code generation by CSP. r=lth,jandem 2022-05-19 14:13:49 +00:00
Printf.h
ProfilingCategory.h
ProfilingFrameIterator.h Bug 1782188 - Use more reliable endStackAddress when profiling JIT/Wasm frames. r=iain 2022-08-01 11:10:52 +00:00
ProfilingStack.h
Promise.h
PropertyAndElement.h Bug 1786471 - Part 1: Remove unnecessary includes in js/src/vm. r=jonco 2022-08-23 13:48:30 +00:00
PropertyDescriptor.h Bug 1786471 - Part 1: Remove unnecessary includes in js/src/vm. r=jonco 2022-08-23 13:48:30 +00:00
PropertySpec.h
ProtoKey.h Bug 1795914 - Remove JS Streams implementation r=jandem 2022-10-24 16:05:58 +00:00
Proxy.h Bug 1726039 - Disallow setting private fields on MaybeCrossOrigin objects (HostEnsureCanPrivateElementAdd) r=peterv,jandem 2022-10-26 21:53:36 +00:00
Realm.h Bug 1577383 - Implement async iterable declaration in WebIDL. r=peterv 2022-07-29 14:06:31 +00:00
RealmIterators.h
RealmOptions.h Bug 1799619 - Disable array grouping by default on nightly; r=mgaudet 2022-11-09 09:24:14 +00:00
RefCounted.h Bug 1774827 - wasm: Add RecGroup and implement canonicalization of all types. r=yury 2022-11-04 13:26:40 +00:00
RegExp.h
RegExpFlags.h
Result.h
RootingAPI.h Bug 1781641 - Add JS::NativeStackBase, JS::NativeStackSize, and JS::NativeStackLimit. r=bthrall 2022-07-30 04:45:22 +00:00
SavedFrameAPI.h
ScalarType.h Bug 1763606 - Part 1: Replace TypedArray QuickSort JS-function with C++. r=tcampbell 2022-06-08 14:40:52 +00:00
ScriptPrivate.h
ShadowRealmCallbacks.h Bug 1767525 - Implement (under a flag) ShadowRealm constructor and evaluate function. r=jandem 2022-06-28 22:04:16 +00:00
SharedArrayBuffer.h
SliceBudget.h Bug 1776931 - Refactor GC slice telemetry. r=jonco 2022-07-21 17:51:35 +00:00
SourceText.h
StableStringChars.h Bug 1767525 - Implement (under a flag) ShadowRealm constructor and evaluate function. r=jandem 2022-06-28 22:04:16 +00:00
Stack.h Bug 1781255 - Part 2: Add {ParseTask,DelazifyTask}::stackLimit and directly pass it to compilation. r=bthrall 2022-08-04 05:11:17 +00:00
StreamConsumer.h
String.h
StructuredClone.h Bug 1786471 - Part 1: Remove unnecessary includes in js/src/vm. r=jonco 2022-08-23 13:48:30 +00:00
SweepingAPI.h
Symbol.h
TelemetryTimers.h
TraceKind.h
TracingAPI.h Bug 1785804 - Part 5: Merge GenericTracer into JSTracer r=sfink 2022-09-07 09:49:59 +00:00
Transcoding.h Bug 1788977 - Remove JS::CompileAndStartIncrementalEncoding. r=arai 2022-09-06 12:01:37 +00:00
TypeDecls.h Bug 1795914 - Remove JS Streams implementation r=jandem 2022-10-24 16:05:58 +00:00
UbiNode.h Bug 1786471 - Part 1: Remove unnecessary includes in js/src/vm. r=jonco 2022-08-23 13:48:30 +00:00
UbiNodeBreadthFirst.h
UbiNodeCensus.h Bug 1786471 - Part 1: Remove unnecessary includes in js/src/vm. r=jonco 2022-08-23 13:48:30 +00:00
UbiNodeDominatorTree.h
UbiNodePostOrder.h
UbiNodeShortestPaths.h Bug 1786471 - Part 1: Remove unnecessary includes in js/src/vm. r=jonco 2022-08-23 13:48:30 +00:00
UbiNodeUtils.h
UniquePtr.h
Utility.h Bug 1784164 - update comment on current state r=jonco 2022-08-11 16:21:06 +00:00
Value.h Bug 1798723 - Document punboxing and nunboxing r=nbp DONTBUILD 2022-11-09 20:49:41 +00:00
ValueArray.h
Vector.h
WaitCallbacks.h
Warnings.h
WasmFeatures.h Bug 1781946 - Implement br_on_null, br_on_non_null, ref.as_non_null in Ion. r=rhunt 2022-08-10 16:08:23 +00:00
WasmModule.h
WeakMap.h
WeakMapPtr.h Bug 1786471 - Part 2: Remove unnecessary includes from js/src/gc. r=jonco 2022-08-23 13:48:31 +00:00
Wrapper.h Bug 1760844 part 1 - Remove hasInstance proxy trap. r=iain,peterv,robwu 2022-04-04 15:09:29 +00:00
WrapperCallbacks.h
Zone.h Bug 1769451 - Part 1: Fix missing include in js/public. r=sfink 2022-06-10 19:19:51 +00:00