commit | 235e05eb0699410b1accd61733af87a78a9d7f2c | [log] [tgz] |
---|---|---|
author | Dmitry Volyntsev <xeioex@nginx.com> | Tue Aug 31 13:16:44 2021 +0000 |
committer | Dmitry Volyntsev <xeioex@nginx.com> | Tue Aug 31 13:16:44 2021 +0000 |
tree | 551369f81ef8c101a5af45dcd57b174d59001f65 | |
parent | fc7a4df9cabe6876a09f2ae02b6692bf344fa118 [diff] |
Fixed %TypedArray%.prototype.join() with detached buffer. The TypedArray buffer may be detached while evaluating custom "separator" argument. The fix is to move the buffer check below this point. Found by Official ECMAScript Conformance Test Suite.