summaryrefslogtreecommitdiff
path: root/make.cmd
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@gmail.com>2023-02-02 11:02:40 -0500
committerJan Lehnardt <jan@apache.org>2023-02-03 15:13:34 +0100
commit1eef73952d1684ad749064c5eaa3e1ee8cac0765 (patch)
treede396f9005c34c9b14479555b004a30cf05b5b37 /make.cmd
parent832f58a7a3f996ad3235fff912ecd91a570761ee (diff)
downloadcouchdb-1eef73952d1684ad749064c5eaa3e1ee8cac0765.tar.gz
Remove json2 JS script and the try except around seal
* Remove json2 all supported runtimes have the JSON now * Remove the try except for broken seal in 1.9.x we don't support 1.9.x and it worked in 1.8.x and then in 60+ (at least, we don't support anything lower). 1.8.5 ``` % js --help 2>&1 | grep 185 185: JavaScript 1.8.5 (default) % js js> var a=[1,2,3]; Object.freeze(a); a[1]=100; a [1, 2, 3] ``` 78 ``` % js78 var a=[1,2,3]; Object.freeze(a); a[1]=100; a [1, 2, 3] js> ``` [1] https://bugzilla.mozilla.org/show_bug.cgi?id=449657#c0
Diffstat (limited to 'make.cmd')
0 files changed, 0 insertions, 0 deletions