janl commented on PR #5413:
URL: https://github.com/apache/couchdb/pull/5413#issuecomment-2612368036
before this, SM 1.8.5 would fail with:
```
./bin/couchjs -V
couchjs - Apache CouchDB 3.4.2-121ac7c (SpiderMonkey 1.8.5)
[…]
root@debian10:/home/jan/couchdb/rel/couchdb# ./bin/couchjs
share/server/main.js
ReferenceError: Reflect is not defined
Stacktrace:
deepFreeze([object Object])@share/server/main.js:993
()@share/server/main.js:1348
@share/server/main.js:1
Failed to execute script.
root@debian10:/home/jan/couchdb/rel/couchdb# sed -n '1348p'
share/server/main.js
deepFreeze(Couch);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]