Bug 1874719: PrepareAndExecuteRegExp needs to call StepBackToLeadSurrogate for atom...
commitf3d2fd5e8521d04794d255c1924356e12aae6907
authorAndré Bargull <andre.bargull@gmail.com>
Tue, 16 Jan 2024 13:11:20 +0000 (16 13:11 +0000)
committerAndré Bargull <andre.bargull@gmail.com>
Tue, 16 Jan 2024 13:11:20 +0000 (16 13:11 +0000)
treefce5f0927b280cb2e7165411f53cb5398164503a
parente36744726b6ce61735bbe8db79fafdad37733a7a
Bug 1874719: PrepareAndExecuteRegExp needs to call StepBackToLeadSurrogate for atom matches. r=iain

Differential Revision: https://phabricator.services.mozilla.com/D198587
js/src/builtin/RegExp.cpp
js/src/jit-test/tests/regexp/atom-match-unicode-split-surrogate.js [new file with mode: 0644]
js/src/jit/CodeGenerator.cpp