gecko-dev/js/public
2020-03-10 02:01:28 +00:00
..
experimental
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
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
CallNonGenericMethod.h
CharacterEncoding.h Bug 1609815 - Remove Web Replay C++ implementation. r=jgilbert,jandem,gbrown 2020-02-27 17:39:15 +00:00
Class.h Bug 1606084 - ValueToSource should be able to handle wrapped objects. r=jwalden 2020-01-23 11:23:42 +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
CompileOptions.h Bug 1616882 - Part 2: Remove class fields option. r=tcampbell 2020-03-09 14:24:48 +00:00
ContextOptions.h Bug 1612515 - Part 5: Add ContextOptions.trySmoosh and --smoosh JS shell option. r=jorendorff 2020-02-28 14:17:59 +00:00
Conversions.h Bug 1617586 - Part 3: Use trunc instead of branching to use either floor or ceil. r=jwalden 2020-02-28 10:04:51 +00:00
Date.h Bug 1617586 - Part 1: Don't return -0 from ToInteger. r=jwalden 2020-02-27 13:10:48 +00:00
Debug.h
Equality.h
ErrorReport.h Bug 1568903 - Part 4: Implement AggregateError for Nightly. r=jorendorff 2019-11-22 18:12:56 +00:00
ForOfIterator.h
GCAnnotations.h
GCAPI.h Bug 1619229, part 1 - Thread GC reason into the GC callback. r=sfink 2020-03-08 23:22:39 +00:00
GCHashTable.h
GCPolicyAPI.h Bug 1592103 - Defer allocation of Environment Shapes to Scope allocation time r=tcampbell 2020-03-04 23:34:41 +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
GCVector.h
HashTable.h
HeapAPI.h Bug 1615143 - Eliminate TraceKind::LazyScript. r=jonco 2020-02-13 14:33:33 +00:00
Id.h Bug 1596603 - Add [SMDOC] to jsid comment r=tcampbell DONTBUILD 2019-11-15 16:49:08 +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 1615143 - Eliminate TraceKind::LazyScript. r=jonco 2020-02-13 14:33:33 +00:00
Modules.h Bug 1602882 - Move array operations to a new js/Array.h header. r=sfink,bzbarsky 2019-12-11 06:17:44 +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 1609815 - Remove Web Replay C++ implementation. r=jgilbert,jandem,gbrown 2020-02-27 17:39:15 +00:00
Printf.h
ProfilingCategory.h
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 1609815 - Remove Web Replay C++ implementation. r=jgilbert,jandem,gbrown 2020-02-27 17:39:15 +00:00
Promise.h Bug 1608338 - Inline |js::OriginalPromiseThen| into the |Promise.prototype.then| implementation, then change |js::OriginalPromiseThen| to be more suitable for use by its sole remaining JSAPI caller. r=arai 2020-01-10 21:29:20 +00:00
PropertyDescriptor.h
PropertySpec.h
ProtoKey.h Bug 1587093 - Implement WeakRef object in js shell. r=jonco 2019-12-12 21:19:11 +00:00
Proxy.h Bug 1602882 - Move array operations to a new js/Array.h header. r=sfink,bzbarsky 2019-12-11 06:17:44 +00:00
Realm.h
RealmOptions.h Bug 1616882 - Part 2: Remove class fields option. r=tcampbell 2020-03-09 14:24:48 +00:00
RefCounted.h
RegExp.h
RegExpFlags.h
RequiredDefines.h
Result.h
RootingAPI.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
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
StableStringChars.h
Stream.h
StructuredClone.h Bug 1617863 - Make JS_ReadStructuredClone accept a const& to JSStructuredCloneData. r=baku 2020-02-25 16:05:14 +00:00
SweepingAPI.h
Symbol.h
TraceKind.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan,kvark 2020-02-24 15:33:38 +00:00
TraceLoggerAPI.h
TracingAPI.h Bug 1615143 - Eliminate TraceKind::LazyScript. r=jonco 2020-02-13 14:33:33 +00:00
Transcoding.h Bug 1613118 - Remove JS::EncodeInterpretedFunction r=nbp 2020-02-05 13:00:15 +00:00
TypeDecls.h
UbiNode.h Bug 1615143 - Eliminate TraceKind::LazyScript. r=jonco 2020-02-13 14:33:33 +00:00
UbiNodeBreadthFirst.h
UbiNodeCensus.h Bug 1609996 - Run check_spidermonkey_style.py --fixup. r=froydnj 2020-01-20 16:18:40 +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 712939 - Part 7: Remove JS_STATIC_ASSERT. r=jwalden 2020-02-11 13:09:09 +00:00
Value.h Bug 1530372 - Part 1: Change BigInt to an in-line trace kind. r=sfink 2020-01-02 13:03:20 +00:00
ValueArray.h Bug 1603845 - Fix clang-format issues in js/ r=iain 2019-12-13 21:35:17 +00:00
Vector.h
Warnings.h
WeakMapPtr.h
Wrapper.h