gecko-dev/js/public
Jan de Mooij b5bfe51dc3 Bug 1702196 - Add testing functions for verifying shape invariants. r=jonco
This allows taking a snapshot of an object's state and then at a later point
checking invariants that we expect to hold for shapes. This will let us catch
bugs where an object or shape is mutated in ways that would be a problem for
JIT code.

Differential Revision: https://phabricator.services.mozilla.com/D111266
2021-04-10 09:15:43 +00:00
..
experimental Bug 1701305 - Add off-thread compile API for JS::Stencil. r=arai 2021-03-29 16:04:03 +00:00
friend Backed out 20 changesets (bug 1662559) for causing fuzzing failures. CLOSED TREE 2021-04-01 17:14:35 +03:00
shadow Bug 1689413 part 16 - Remove JSObject group field. r=tcampbell,jonco 2021-03-06 01:05:25 +00:00
AllocPolicy.h Bug 1684092 - Part 1: Replace MOZ_MUST_USE with [[nodiscard]] in js/src/. r=jandem 2021-02-12 04:09:22 +00:00
AllocationLogging.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
AllocationRecording.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
Array.h Bug 1704042 part 9 - Report an exception for large lengths from JS::GetArrayLength API. r=lth 2021-04-09 13:20:48 +00:00
ArrayBuffer.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
ArrayBufferMaybeShared.h Bug 1674777 part 3 - Change Get*LengthAndData outparam from uint32_t to size_t. r=sfink,aosmond 2021-01-31 08:35:40 +00:00
BigInt.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
BuildId.h Bug 1684092 - Part 3: Remove unnecessary #includes of Attributes.h for MOZ_MUST_USE in js/src/. r=jandem 2021-02-12 04:09:24 +00:00
CallArgs.h
CallNonGenericMethod.h
CharacterEncoding.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
Class.h Bug 1702863 - Use a dedicate object for cross-realm weak map key. r=jandem,peterv 2021-04-08 15:54:21 +00:00
ComparisonOperators.h
CompilationAndEvaluation.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
CompileOptions.h Bug 1681046 - Enable Top Level Await by default r=mgaudet 2021-04-08 08:21:56 +00:00
ContextOptions.h Bug 1677204 - wasm: Factor out feature gating to declarative macro. r=lth 2021-04-09 20:03:51 +00:00
Conversions.h
Date.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
Debug.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
Equality.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
ErrorReport.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
Exception.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
ForOfIterator.h Bug 1684092 - Part 3: Remove unnecessary #includes of Attributes.h for MOZ_MUST_USE in js/src/. r=jandem 2021-02-12 04:09:24 +00:00
GCAPI.h Bug 1691920 - Add a systemPageSizeKB parameter. r=jonco 2021-02-24 22:04:16 +00:00
GCAnnotations.h
GCHashTable.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
GCPolicyAPI.h
GCTypeMacros.h
GCVariant.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
GCVector.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
HashTable.h
HeapAPI.h Bug 1660006 - Part 2: Rename decommittedPages and update commit behavior. r=jonco 2021-03-27 09:02:54 +00:00
Id.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
Initialization.h
JSON.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
LocaleSensitive.h
MemoryFunctions.h Bug 1684092 - Part 3: Remove unnecessary #includes of Attributes.h for MOZ_MUST_USE in js/src/. r=jandem 2021-02-12 04:09:24 +00:00
MemoryMetrics.h Bug 1700052 part 9 - Add js::GetterSetter GC thing. r=jonco 2021-04-06 11:06:16 +00:00
Modules.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
Object.h Bug 1689413 part 8 - Remove shadow::ObjectGroup. r=jonco 2021-03-06 01:05:22 +00:00
OffThreadScriptCompilation.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
Principals.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
Printf.h
ProfilingCategory.h
ProfilingFrameIterator.h Bug 1700869 - JS::ProfilingFrameIterator::getCppEntryRegisters() skeleton - r=jandem 2021-03-29 01:04:10 +00:00
ProfilingStack.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
Promise.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
PropertyDescriptor.h Bug 1701904 - Use Maybe<PropertyDescriptor> in DebuggerObject and a few resulting places. r=jandem 2021-04-06 11:42:44 +00:00
PropertySpec.h Bug 1694685 part 5 - Replace JS_CHECK_ACCESSOR_FLAGS macro with a C++ template. r=tcampbell 2021-03-08 12:07:15 +00:00
ProtoKey.h Bug 1335652 - wasm exceptions part 10: add WebAssembly.RuntimeException r=rhunt 2021-02-03 04:21:07 +00:00
Proxy.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
Realm.h Bug 1702863 - Use a dedicate object for cross-realm weak map key. r=jandem,peterv 2021-04-08 15:54:21 +00:00
RealmOptions.h Bug 1694916 - Part 1: Remove RealmBehaviors.disableLazyParsing. r=mgaudet 2021-03-04 22:36:22 +00:00
RefCounted.h
RegExp.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
RegExpFlags.h Bug 1519483: Add hasIndices to RegExpFlags r=mgaudet 2021-03-10 22:10:14 +00:00
RequiredDefines.h
Result.h
RootingAPI.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
SavedFrameAPI.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
ScalarType.h Bug 1675602 - Use WebAssembly's type system for TypedObject. r=lth 2020-12-13 01:13:56 +00:00
SharedArrayBuffer.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
SliceBudget.h Bug 1689140 - Refactor SliceBudget API r=sfink 2021-01-28 19:11:42 +00:00
SourceText.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
StableStringChars.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
Stream.h Bug 1502355 - Rename |JS::InitAbortSignalHandling| to |JS::InitPipeToHandling|, because this embedder interface is going to get a lot more pipeTo-specific shortly... r=arai 2020-10-30 21:22:04 +00:00
String.h Bug 1684092 - Part 3: Remove unnecessary #includes of Attributes.h for MOZ_MUST_USE in js/src/. r=jandem 2021-02-12 04:09:24 +00:00
StructuredClone.h Bug 1684092 - Part 1: Replace MOZ_MUST_USE with [[nodiscard]] in js/src/. r=jandem 2021-02-12 04:09:22 +00:00
SweepingAPI.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
Symbol.h Bug 1678374 - Avoid including js/RootingAPI.h from header files. r=jandem 2020-11-23 16:12:12 +00:00
TraceKind.h Bug 1700052 part 9 - Add js::GetterSetter GC thing. r=jonco 2021-04-06 11:06:16 +00:00
TraceLoggerAPI.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
TracingAPI.h Bug 1700052 part 9 - Add js::GetterSetter GC thing. r=jonco 2021-04-06 11:06:16 +00:00
Transcoding.h Bug 1693027 - Convert TranscodeResult to a strongly typed enum r=arai,kmag 2021-02-18 13:55:19 +00:00
TypeDecls.h
UbiNode.h Bug 1684092 - Part 2: Move [[nodiscard]] to the head of function declarations in js/src/. r=jandem 2021-02-12 04:09:23 +00:00
UbiNodeBreadthFirst.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
UbiNodeCensus.h Bug 1684092 - Part 2: Move [[nodiscard]] to the head of function declarations in js/src/. r=jandem 2021-02-12 04:09:23 +00:00
UbiNodeDominatorTree.h Bug 1684092 - Part 2: Move [[nodiscard]] to the head of function declarations in js/src/. r=jandem 2021-02-12 04:09:23 +00:00
UbiNodePostOrder.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
UbiNodeShortestPaths.h Bug 1684092 - Part 1: Replace MOZ_MUST_USE with [[nodiscard]] in js/src/. r=jandem 2021-02-12 04:09:22 +00:00
UbiNodeUtils.h
UniquePtr.h
Utility.h Bug 1684092 - Part 1: Replace MOZ_MUST_USE with [[nodiscard]] in js/src/. r=jandem 2021-02-12 04:09:22 +00:00
Value.h Bug 1702196 - Add testing functions for verifying shape invariants. r=jonco 2021-04-10 09:15:43 +00:00
ValueArray.h
Vector.h
Warnings.h
WasmFeatures.h Bug 1677204 - wasm: Remove reftypes flag. r=lth 2021-04-09 20:03:53 +00:00
WasmModule.h
WeakMapPtr.h
Wrapper.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00