nickva opened a new pull request, #5730:
URL: https://github.com/apache/couchdb/pull/5730

   Optimized global variable access
   
https://github.com/bellard/quickjs/commit/a6816be23ae2bc511c7797489326f58934968323
   
   Much faster destructuring at the expense of a slight incompatibility with 
the spec when direct evals are present (v8 behaves the same way) 
https://github.com/bellard/quickjs/commit/e015918dd834946a20b423310f7db812f63ce251
   
   Remove duplicate test
   
https://github.com/bellard/quickjs/commit/961478d7bb1c4be7d0923cbf30032c15d6479af8
   
   qjs `--strict` option (we don't use this)
   
https://github.com/bellard/quickjs/commit/baa186fc6e9c9a196ebceb7b1c762788d2c1517f
   
   Fix use-after-free in Array.prototype.transfer (we don't use this) 
https://github.com/bellard/quickjs/commit/75b5230000de87a68743bc8791e186137770012f
   
   Fix `DataView` resizing
   
https://github.com/bellard/quickjs/commit/7cfddd06649c08c9dc10c65071ba71910e3de4aa
   
   Fix length check in ArrayBuffer.prototype.slice
   
https://github.com/bellard/quickjs/commit/c6fe5a98fd3ef3b7064e6e0145dfebfe12449fea
   
   More informative "not a constructor" error message 
https://github.com/bellard/quickjs/commit/080c01f34696351d21f34f99081e93adb41ae74a
   


-- 
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]

Reply via email to