gecko-dev/js/public
Yury Delendik 4aa9dd7e2c Bug 1781946 - Implement br_on_null, br_on_non_null, ref.as_non_null in Ion. r=rhunt
* Enable testing using Ion
* Disable call_ref.js for ion
* Allow Ion when --wasm-function-references
* Fix WasmOpIt to pass ref values
* Add br_on_null, br_on_non_null, ref.as_non_null

Differential Revision: https://phabricator.services.mozilla.com/D154146
2022-08-10 16:08:23 +00:00
..
experimental
friend Bug 1782705 - Part 1: Add JS::NativeStackLimit variant of AutoCheckRecursionLimit::checkConservativeDontReport. r=bthrall 2022-08-09 06:47:15 +00:00
shadow
AllocationLogging.h
AllocationRecording.h
AllocPolicy.h
Array.h
ArrayBuffer.h
ArrayBufferMaybeShared.h
BigInt.h
BuildId.h
CallAndConstruct.h
CallArgs.h
CallNonGenericMethod.h
CharacterEncoding.h Bug 1773324 - Replace ErrorReporting allocator with ErrorAllocator r=arai 2022-07-25 18:57:33 +00:00
Class.h Bug 1270746 part 5 - Remove hasInstance class hook. r=iain 2022-03-20 11:28:04 +00:00
ComparisonOperators.h
CompilationAndEvaluation.h Bug 1763586 - Remove Element from LoadScript and child classes; r=jonco 2022-04-21 09:53:34 +00:00
CompileOptions.h Bug 1774796 - Add largest-first delazification strategy. r=arai 2022-06-20 13:33:49 +00:00
Context.h
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 1773324 - Simplify reporting errors to ErrorContext r=arai 2022-07-25 18:57:36 +00:00
Exception.h
ForOfIterator.h
GCAnnotations.h
GCAPI.h Bug 1770768 - Part 6: Calculate balanced heap limits r=sfink 2022-08-02 10:05:06 +00:00
GCHashTable.h
GCPolicyAPI.h Bug 1556604 - [Structured Clone] Replace ChildCounter mechanism with a conditionally-pushed state stack. r=evilpie 2022-06-16 22:01:13 +00:00
GCTypeMacros.h
GCVariant.h
GCVector.h
GlobalObject.h
HashTable.h
HeapAPI.h Bug 1759174 - Part 3: Optimise expose and read barrier APIs by removing check for shared GC things r=sfink 2022-03-14 11:13:52 +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 Bug 1759909 - Enable AVX support for Wasm SIMD by default in Nightly. r=lth 2022-03-18 15:07:31 +00:00
Interrupt.h
JSON.h
LocaleSensitive.h
MapAndSet.h
MemoryCallbacks.h
MemoryFunctions.h Bug 1757956 - Part 1: Removed unused JS_freeop API r=jandem 2022-03-10 08:40:03 +00:00
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
PropertyDescriptor.h
PropertySpec.h
ProtoKey.h Bug 1767525 - Implement (under a flag) ShadowRealm constructor and evaluate function. r=jandem 2022-06-28 22:04:16 +00:00
Proxy.h Bug 1765338 - Allow transplanting of nursery objects r=jandem 2022-04-22 09:09:25 +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 1783703 - Part 2: Change-Array-By-Copy flag should be a RealmCreationOptions. r=mgaudet 2022-08-09 09:50:29 +00:00
RefCounted.h
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
Stream.h Bug 1769649 - Remove duplicated definition of ReadableStreamReaderMode in JS Streams implementation r=bthrall 2022-05-17 21:38:03 +00:00
StreamConsumer.h
String.h
StructuredClone.h Bug 1556604 - [Structured Clone] Implement clone of Error objects r=evilpie 2022-06-16 22:01:14 +00:00
SweepingAPI.h
Symbol.h
TelemetryTimers.h
TraceKind.h
TracingAPI.h Bug 1763658 - Part 5: Remove unused tracing option r=jandem 2022-04-11 11:48:14 +00:00
Transcoding.h Bug 1759206 - Part 1: Add module variant of JS::FinishIncrementalEncoding. r=nbp 2022-03-23 12:51:38 +00:00
TypeDecls.h Bug 1778527 - Add @ and accessor support to tokenizer; r=mgaudet 2022-07-13 18:40:19 +00:00
UbiNode.h
UbiNodeBreadthFirst.h
UbiNodeCensus.h
UbiNodeDominatorTree.h
UbiNodePostOrder.h
UbiNodeShortestPaths.h
UbiNodeUtils.h
UniquePtr.h
Utility.h Bug 1757956 - Part 3: Rename JSFreeOp to JS::GCContext in the JS engine r=jandem 2022-03-10 08:40:03 +00:00
Value.h Bug 1781074 - Remove Value::isNurseryAllocatableGCThing, use isGCThing instead. r=jonco 2022-07-26 08:48:29 +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
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