gecko-dev/js/public
Jan de Mooij 287b183550 Bug 1662366 part 6 - Trace cloned CacheIR stub data. r=iain
Initially the plan was to reuse TraceCacheIRStub but this patch adds the tracing
code for Warp separately because:

* CacheIR stub data in Warp contains nursery indexes. It's nice to keep that out of the IC-tracing code.
* We can use WarpGCPtr similar to other snapshotted GC pointers. It asserts GC things are not moved.

Differential Revision: https://phabricator.services.mozilla.com/D88965
2020-09-02 07:35:15 +00:00
..
experimental Bug 1654696 - Implement code coverage JSAPI. r=nbp,jwalden 2020-08-08 03:23:31 +00:00
friend Bug 1561521 - Add non-nullable references. r=lth 2020-08-18 16:58:59 +00:00
shadow Bug 1635185 - Part 4: Removed the unused slotSpan field from BaseShape r=jandem 2020-08-27 15:20:57 +00:00
AllocPolicy.h
AllocationRecording.h
Array.h
ArrayBuffer.h Bug 1633598 - Add JSAPI to create an ArrayBuffer with contents and length copied from an existing one. r=sfink 2020-05-07 23:46:22 +00:00
ArrayBufferMaybeShared.h
BigInt.h Bug 1606568 - Add public BigInt API. r=jwalden 2020-07-22 02:53:06 +00:00
BuildId.h Bug 1661930 - Add GetScriptTranscodingBuildId and use it for both XDR and bytecode cache MIME type. r=nbp,tcampbell 2020-08-31 19:38:31 +00:00
CallArgs.h Bug 1623957 - Part 1: Replace mozilla::IsSame with std::is_same. r=jwalden 2020-03-21 15:08:24 +00:00
CallNonGenericMethod.h
CharacterEncoding.h Bug 1606568 - Add JS::ConstLatin1Chars. r=jwalden 2020-07-22 02:53:49 +00:00
Class.h Bug 1654927 - Move js.msg and js::GetErrorMessage into a new js/public/friend directory so users of them don't have to depend on all of jsfriendapi.h. r=mgaudet 2020-07-29 04:44:50 +00:00
ComparisonOperators.h
CompilationAndEvaluation.h Bug 1501608 - Remove the ELEMENT_SLOT in the ScriptSourceObject and instead use a callback function to return the script element based on the value of the privateValue in the SSO. r=jonco,smaug 2020-05-12 19:28:15 +00:00
CompileOptions.h Bug 1658631 - Part 3: Support instantiating stencil in main thread for off-thread script/module compilation. r=tcampbell 2020-09-01 23:50:17 +00:00
ContextOptions.h Bug 1662140 - Add javascript.options.off_thread_parse_global pref and --no-off-thread-parse-global shell option. r=tcampbell 2020-08-31 23:32:14 +00:00
Conversions.h Bug 1623957 - Part 13: Replace mozilla::IsSigned with std::is_signed. r=jwalden 2020-03-21 14:27:11 +00:00
Date.h Bug 1586761 - P6 - Check CrossOriginIsolated for ReduceTimePrecisionAsUSecsWrapper; r=tjr,luke 2020-03-25 14:01:07 +00:00
Debug.h
Equality.h
ErrorReport.h Bug 1654927 - Move js.msg and js::GetErrorMessage into a new js/public/friend directory so users of them don't have to depend on all of jsfriendapi.h. r=mgaudet 2020-07-29 04:44:50 +00:00
Exception.h Bug 1626100 - Replace SetPendingExceptionAndStack with a ExceptionStack version. r=sfink 2020-04-09 12:35:59 +00:00
ForOfIterator.h
GCAPI.h Bug 1657850 - Add prefs to control how many background threads are used for GC r=sfink 2020-08-18 15:38:24 +00:00
GCAnnotations.h
GCHashTable.h Bug 1470369 - Don't collect the nursery every GC slice during sweeping r=sfink 2020-06-03 08:10:45 +00:00
GCPolicyAPI.h Bug 1623957 - Part 14: Replace mozilla::IsPointer with std::is_pointer. r=jwalden 2020-03-21 14:27:24 +00:00
GCTypeMacros.h Bug 1642154 : Add JSLinearString to MapTypeToTraceKind. r=jonco 2020-06-05 19:08:49 +00:00
GCVariant.h Bug 1623957 - Part 15: Replace mozilla::RemoveReference with std::remove_reference. r=jwalden 2020-03-21 14:28:59 +00:00
GCVector.h Bug 1648574 - Support lazy function. r=nbp 2020-07-30 11:01:52 +00:00
HashTable.h
HeapAPI.h Bug 1659885 - Define |JS::shadow::Zone| in public shadow API in its own minimal header. r=jonco 2020-08-20 19:22:53 +00:00
Id.h Bug 1662366 part 6 - Trace cloned CacheIR stub data. r=iain 2020-09-02 07:35:15 +00:00
Initialization.h
JSON.h
LocaleSensitive.h
MemoryFunctions.h
MemoryMetrics.h Bug 1654523 - Insist that iteration callbacks don't GC r=sfink,mccr8 2020-07-23 02:31:57 +00:00
Modules.h Bug 1657066 - Dynamic module import doesn't handle uncatchable exceptions r=jandem 2020-08-05 08:38:36 +00:00
OffThreadScriptCompilation.h Bug 1642708 - Remove code guarded by JS_BUILD_BINAST r=arai 2020-06-17 14:26:09 +00:00
Principals.h
Printf.h
ProfilingCategory.h Bug 1645464 - Use a shared ProfilingCategoryList.h r=gerald,froydnj 2020-06-15 13:59:55 +00:00
ProfilingFrameIterator.h
ProfilingStack.h Bug 1661888 - pt 2. Move a field to avoid padding r=jandem 2020-09-01 04:50:52 +00:00
Promise.h No Bug - Fix spelling error in Promise.h r=caroline DONTBUILD DONTBUILD 2020-08-25 20:44:46 +00:00
PropertyDescriptor.h
PropertySpec.h Bug 1633207 - JSPropertySpec support for doubles. r=arai 2020-04-26 18:16:55 +00:00
ProtoKey.h Bug 1644171 - Add AsyncIterator constructor. r=jorendorff 2020-06-08 20:43:56 +00:00
Proxy.h Bug 1659885 - Define |JS::shadow::Object| in public shadow API in its own minimal header. r=jonco 2020-08-20 19:21:53 +00:00
Realm.h Bug 1659885 - Define |JS::shadow::Realm| in public shadow API in its own minimal header. r=jonco 2020-08-20 19:23:08 +00:00
RealmOptions.h Bug 1654286 - Convert private fields option to a JSContext option r=jandem 2020-07-27 20:24:20 +00:00
RefCounted.h
RegExp.h Bug 1636495: Add JS::CheckRegExpSyntax r=evilpie 2020-05-13 14:53:18 +00:00
RegExpFlags.h Bug 1361856: Use SM RegExpFlags inside irregexp r=jwalden 2020-03-21 14:21:04 +00:00
RequiredDefines.h
Result.h
RootingAPI.h Bug 1223932 - delete guard object uses from the tree; r=jwalden 2020-07-30 14:22:38 +00:00
SavedFrameAPI.h
ScalarType.h Bug 1656411 - Move typed array, ArrayBuffer, and dataview-related functions out of jsfriendapi.h to two new headers. r=mgaudet,jgilbert 2020-07-31 16:37:27 +00:00
SharedArrayBuffer.h
SliceBudget.h
SourceText.h Bug 1628751 - Replace use of standard library traits classes by the _v or _t versions r=jwalden 2020-04-14 09:05:55 +00:00
StableStringChars.h Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-08-31 09:23:02 +00:00
Stream.h Bug 1502355 - Recognize already-aborted signals passed to |ReadableStreamPipeTo| and don't pipe in this case. r=arai 2020-08-18 20:50:24 +00:00
StructuredClone.h
SweepingAPI.h Bug 1652425 - Make WeakCache::sweep conservatively take the store buffer lock r=sfink 2020-07-13 15:00:28 +00:00
Symbol.h Bug 1659885 - Define |JS::shadow::Symbol| in public shadow API in its own minimal header. r=jonco 2020-08-20 19:22:23 +00:00
TraceKind.h Bug 1642154 : Add JSLinearString to MapTypeToTraceKind. r=jonco 2020-06-05 19:08:49 +00:00
TraceLoggerAPI.h
TracingAPI.h Bug 1455563 - Remove some dead code from the GC r=sfink 2020-04-14 21:02:43 +00:00
Transcoding.h
TypeDecls.h Bug 1502355 - Declare |JSClass| in consistent fashion everywhere. r=arai 2020-08-18 20:50:07 +00:00
UbiNode.h Bug 1628751 - Replace use of standard library traits classes by the _v or _t versions r=jwalden 2020-04-14 09:05:55 +00:00
UbiNodeBreadthFirst.h
UbiNodeCensus.h
UbiNodeDominatorTree.h
UbiNodePostOrder.h
UbiNodeShortestPaths.h Backed out changeset d3c78f4a1465 (bug 1648646) for regressing bug 1649342 and bug 1649433. CLOSED TREE 2020-07-03 01:20:31 +03:00
UbiNodeUtils.h
UniquePtr.h
Utility.h Bug 1645845 - Add ParserAtomsTable, parser atoms types, common parser names table, and base parser atoms implementation. r=mgaudet,tcampbell 2020-06-17 22:31:35 +00:00
Value.h Bug 1660965 - Report bad JS::Value contents in crash messages r=jandem 2020-08-25 12:05:05 +00:00
ValueArray.h Bug 1223932 - delete guard object uses from the tree; r=jwalden 2020-07-30 14:22:38 +00:00
Vector.h Bug 1625138 - Part 35: Replace mozilla::TrueType with std::true_type. r=froydnj,jgilbert 2020-03-28 13:57:20 +00:00
Warnings.h
WasmModule.h Bug 1599634 - Move the JS::WasmModule definition to own header r=bbouvier 2020-06-04 15:36:11 +00:00
WeakMapPtr.h
Wrapper.h Bug 1655443 - Redesign private name proxy support to be more clear and simpler r=jorendorff 2020-07-27 21:08:42 +00:00