]> git.kaiwu.me - quickjs.git/commit
Adjust lastIndex to leading surrogate when inside a surrogate pair in unicode RegExp...
authorFabrice Bellard <fabrice@bellard.org>
Mon, 25 Aug 2025 15:54:19 +0000 (17:54 +0200)
committerFabrice Bellard <fabrice@bellard.org>
Mon, 25 Aug 2025 15:54:19 +0000 (17:54 +0200)
commita4ac84d993128ec4cfe2cadcbb0893a2c2565988
tree932b16f6f1872481ddb2f254a58fb4510c5293e2
parentd9ec8f102eb211f0b230a5ec3bf5da59f333e697
Adjust lastIndex to leading surrogate when inside a surrogate pair in unicode RegExp (initial patch by auvred)
libregexp.c
tests/test_builtin.js