gecko-dev/js/public
André Bargull ed36cb5b9c Bug 1557727 - Part 2: Add Intl.DisplayNames boilerplate. r=jwalden
Adds the standard boilerplate for a new Intl object.

Differential Revision: https://phabricator.services.mozilla.com/D52164
2020-05-19 11:17:48 +00:00
..
experimental Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +00:00
AllocationRecording.h
AllocPolicy.h
Array.h Bug 1602882 - Move array operations to a new js/Array.h header. r=sfink,bzbarsky 2019-12-11 06:17:44 +00:00
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 Bug 1575425 - Part 2: Merge ArrayBuffer and SharedArrayBuffer in DOM binding; r=bzbarsky,jwalden 2020-01-23 13:48:02 +00:00
BinASTFormat.h Bug 1590907 - Stop configure macros from masking function prototypes in public JS headers. r=jwalden,sfink 2019-11-26 10:27:27 +00:00
BuildId.h
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 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +00:00
Class.h Bug 1629796: Replace finalization iterator with multiple callback calls. r=jonco 2020-05-13 15:25:24 +00:00
ComparisonOperators.h Bug 1618038 - Implement support for wrapper-class comparisons in the innermost namespace containing each wrapper class, as ADL intended. Also simplify the operator implementations in certain minor ways. r=sfink 2020-03-10 02:01:28 +00:00
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 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
ContextOptions.h Bug 1623628 - part 1, remove compile-time and run-time flags for BigInt/I64 conversion in Wasm r=wingo,lth 2020-05-18 18:30:47 +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 Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +00:00
Equality.h
ErrorReport.h Bug 1629293 - Make JS::PrintError take either JSErrorReport or JS::ErrorReportBuilder. r=evilpie 2020-05-14 04:44:51 +00:00
Exception.h Bug 1626100 - Replace SetPendingExceptionAndStack with a ExceptionStack version. r=sfink 2020-04-09 12:35:59 +00:00
ForOfIterator.h
GCAnnotations.h
GCAPI.h Bug 1633176 - re-land incremental weakmap marking 2020-05-06 16:38:33 +00:00
GCHashTable.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +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 1603256 - Move the GC pointer type enumeration macros to a standalone header. r=sfink 2019-12-12 01:38:21 +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
HashTable.h
HeapAPI.h Bug 1637283 - Use SFINAE to prevent Cell::is<JSFunction>() and friends. r=jonco 2020-05-12 16:10:41 +00:00
Id.h Bug 1633145 - Replace NON_INTEGER_ATOM_TO_JSID. r=jandem 2020-04-30 18:18:35 +00:00
Initialization.h
JSON.h
LocaleSensitive.h Bug 1590907 - Make ENABLE_INTL_API and ENABLE_TYPED_OBJECTS into js-config macros. r=sfink,firefox-build-system-reviewers,mshal 2019-11-26 07:25:35 +00:00
MemoryFunctions.h
MemoryMetrics.h Bug 1623957 - Part 1: Replace mozilla::IsSame with std::is_same. r=jwalden 2020-03-21 15:08:24 +00:00
Modules.h Bug 1626105 - Rename |JS::CompileModuleDontInflate| to just plain |JS::CompileModule|. (There is no non-inflating version remove at the same time.) r=evilpie 2020-03-31 01:33:03 +00:00
OffThreadScriptCompilation.h Bug 1590907 - Stop configure macros from masking function prototypes in public JS headers. r=jwalden,sfink 2019-11-26 10:27:27 +00:00
Principals.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +00:00
Printf.h
ProfilingCategory.h Bug 1612557 - part1 : create a profiling category Media. r=bryce,gerald 2020-05-12 17:35:19 +00:00
ProfilingFrameIterator.h Bug 1614622 part 5 - Remove most optimization tracking storage code. r=djvj 2020-02-12 10:56:13 +00:00
ProfilingStack.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +00:00
Promise.h Bug 1622184 - Add a public method to mark a settled Promise as handled; r=arai 2020-03-18 02:22:00 +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 1557727 - Part 2: Add Intl.DisplayNames boilerplate. r=jwalden 2020-05-19 11:17:48 +00:00
Proxy.h Bug 949220 - Make |NewProxyObject| return only non-singletons, and add |NewSingletonProxyObject| for the singleton case. r=jandem 2020-04-14 16:57:15 +00:00
Realm.h
RealmOptions.h Bug 1624266 - Allow the SharedArrayBuffer global constructor property to be optionally omitted from a new global object. r=arai,baku 2020-04-17 08:20:45 +00:00
RefCounted.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +00:00
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 1634459 - Simplify the wrapper used for rooting non-GC thing types r=jandem 2020-05-04 16:53:56 +00:00
SavedFrameAPI.h
SharedArrayBuffer.h Bug 1575425 - Part 3: Add support for [AllowShared]; r=bzbarsky,jwalden 2020-01-23 14:18:53 +00:00
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
Stream.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +00:00
StructuredClone.h Bug 1617863 - Make JS_ReadStructuredClone accept a const& to JSStructuredCloneData. r=baku 2020-02-25 16:05:14 +00:00
SweepingAPI.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +00:00
Symbol.h
TraceKind.h Bug 1637283 - Use SFINAE to prevent Cell::is<JSFunction>() and friends. r=jonco 2020-05-12 16:10:41 +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 Bug 1613118 - Remove JS::EncodeInterpretedFunction r=nbp 2020-02-05 13:00:15 +00:00
TypeDecls.h
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 Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +00:00
UbiNodeDominatorTree.h Bug 1609996 - Run check_spidermonkey_style.py --fixup. r=froydnj 2020-01-20 16:18:40 +00:00
UbiNodePostOrder.h Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
UbiNodeShortestPaths.h Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
UbiNodeUtils.h
UniquePtr.h
Utility.h Bug 1628201: HelperThreadTaskHandler should use UniquePtr for mOffThreadTask. r=KrisWright 2020-04-16 10:57:02 +00:00
Value.h Bug 1631114 - Make Handle<Maybe<Value>> easier to use r=jandem 2020-04-21 06:10:42 +00:00
ValueArray.h Bug 1634435 - Rename AutoValueArray to RootedValueArray everywhere for consistency with other rooted things r=jandem,mccr8 2020-05-04 16:50:59 +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 Bug 1275508 - Remove werror. r=jandem 2020-03-11 12:20:21 +00:00
WeakMapPtr.h
Wrapper.h Bug 949220 - Make |NewProxyObject| return only non-singletons, and add |NewSingletonProxyObject| for the singleton case. r=jandem 2020-04-14 16:57:15 +00:00