[njs] Fixed attribute initialization for external properties.

2024-07-01 Thread noreply
details: https://github.com/nginx/njs/commit/286d00b93ffa54958aab9a930a844ba4ba83f095 branches: master commit:286d00b93ffa54958aab9a930a844ba4ba83f095 user: Dmitry Volyntsev date: Fri, 21 Jun 2024 19:14:35 -0700 description: Fixed attribute initialization for external properties.

[njs] Fixed Object.values() and Object.entries() with shared properties.

2024-07-01 Thread noreply
details: https://github.com/nginx/njs/commit/69072164673d6dbe069ef05a4b38ef0a7a9d0908 branches: master commit:69072164673d6dbe069ef05a4b38ef0a7a9d0908 user: Dmitry Volyntsev date: Wed, 26 Jun 2024 16:39:59 -0700 description: Fixed Object.values() and Object.entries() with shared

[njs] Fixed "global" property handler when deleting.

2024-07-01 Thread noreply
details: https://github.com/nginx/njs/commit/89aca305c471a17fa5bd83a94f091a9bdde7c6a3 branches: master commit:89aca305c471a17fa5bd83a94f091a9bdde7c6a3 user: Dmitry Volyntsev date: Wed, 26 Jun 2024 19:12:38 -0700 description: Fixed "global" property handler when deleting. This fi

[njs] Fixed constructor property of an iterator object.

2024-07-01 Thread noreply
details: https://github.com/nginx/njs/commit/7f55a51f23113e3fc8a57d2598f3b87101098bb2 branches: master commit:7f55a51f23113e3fc8a57d2598f3b87101098bb2 user: Dmitry Volyntsev date: Wed, 26 Jun 2024 18:50:43 -0700 description: Fixed constructor property of an iterator object. This

[njs] Avoiding explicit length calculation for strings.

2024-07-01 Thread noreply
details: https://github.com/nginx/njs/commit/911cacd055e0f6e469edee086802f9be2cb4710c branches: master commit:911cacd055e0f6e469edee086802f9be2cb4710c user: Dmitry Volyntsev date: Wed, 26 Jun 2024 22:33:57 -0700 description: Avoiding explicit length calculation for strings. ---

[njs] QuickJS: disabling eval() and string normalize.

2024-07-01 Thread noreply
details: https://github.com/nginx/njs/commit/c773ebcaad703e704220d7f8f9fc40c78f50d779 branches: master commit:c773ebcaad703e704220d7f8f9fc40c78f50d779 user: Dmitry Volyntsev date: Fri, 21 Jun 2024 00:06:46 -0700 description: QuickJS: disabling eval() and string normalize. ---

[njs] HTTP: simplifed r.subrequest() code.

2024-07-01 Thread noreply
details: https://github.com/nginx/njs/commit/7dda4b2ff1fe605e8d7b2723a0b855d43fe101a8 branches: master commit:7dda4b2ff1fe605e8d7b2723a0b855d43fe101a8 user: Dmitry Volyntsev date: Thu, 27 Jun 2024 23:47:11 -0700 description: HTTP: simplifed r.subrequest() code. Moving promise ca