-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
Fully Compatible
We know the current list of available JS objects in the server side environment. These should change very infrequently. A JS test which called Object.getOwnPropertyNames(this) and Object.getOwnPropertySymbols(this), and asserted the list matched that known today, would ensure that new ones were not added by accident.
- is related to
-
SERVER-34281 ES6 arrow functions (lambdas) do not work with map-reduce
- Closed
- related to
-
SERVER-50614 JS 'Set' type does not serialize well to BSON
- Backlog