gecko-dev/js/public
Tom Schuster 07f98c5f66 Bug 1621813 - Remove JSREPORT_EXCEPTION. r=jandem
There are a few comments which talk about how this flag is used for
error propagation. As far as I can tell we don't actually do this.
I suspect we haven't been doing it since we have proper DOM bindings,
but I haven't actually investiaged it further.

Differential Revision: https://phabricator.services.mozilla.com/D66877

--HG--
extra : moz-landing-system : lando
2020-03-19 21:30:55 +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
AllocPolicy.h
AllocationRecording.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 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +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
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 1619177 - Do not check for extra strict mode in ObjectOpResult. r=jorendorff 2020-03-10 22:49:14 +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 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
CompileOptions.h Bug 1620495 - Remove references to LazyScript in comments r=mgaudet 2020-03-16 19:49:55 +00:00
ContextOptions.h Bug 1622818 - Add option to write a byte to a file for each NotImplimented frontend feature; r=nbp 2020-03-16 14:35:35 +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 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +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 Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
ErrorReport.h Bug 1621813 - Remove JSREPORT_EXCEPTION. r=jandem 2020-03-19 21:30:55 +00:00
ForOfIterator.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
GCAPI.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +00:00
GCAnnotations.h
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 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 Bug 1593260 - Don't use remove_if for sweeping GCVector as the predicate can modify the elements r=anba 2019-11-05 15:42:19 +00:00
HashTable.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
HeapAPI.h Bug 1615143 - Eliminate TraceKind::LazyScript. r=jonco 2020-02-13 14:33:33 +00:00
Id.h Bug 1622326: Remove no longer needed 'id' redefine. r=tcampbell 2020-03-13 18:27:09 +00:00
Initialization.h
JSON.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
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 Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
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 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 1557447 - Profiler support for IPC information; r=nika,smaug 2019-10-21 20:51:07 +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 Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
PropertySpec.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
ProtoKey.h Bug 1618258 - Part 1: Rename FinalizationGroup to FinalizationRegistry. r=jonco 2020-03-16 10:41:08 +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 1619177 - Remove remaining extra warnings code. r=tcampbell,mccr8 2020-03-10 22:59:41 +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 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
RegExpFlags.h
RequiredDefines.h
Result.h
RootingAPI.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +00:00
SavedFrameAPI.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
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 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 Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
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 Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
UbiNode.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +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 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +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 Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
Warnings.h Bug 1275508 - Remove werror. r=jandem 2020-03-11 12:20:21 +00:00
WeakMapPtr.h
Wrapper.h