Closed Qbtly closed 4 days ago
ff9ff8f36c967890b5ebb240d9fa90d6e351aa01
Ubuntu 22.04.3
python ./tools/build.py --builddir=xxx --clean --debug --compile-flag=-fsanitize=address --compile-flag=-g --strip=off --lto=off --logging=on --line-info=on --error-message=on --stack-limit=20
var str = "ab"; var pattern = /a/; str.split(pattern); print(RegExp.rightContext);
./xxx/bin/jerry poc.js
Jerryscript: undefined V8: b
RegExp.rightContext is an ECMAScript stage3 feature, it is not implemented yet https://github.com/tc39/proposal-regexp-legacy-features
JerryScript revision
ff9ff8f36c967890b5ebb240d9fa90d6e351aa01
Build platform
Ubuntu 22.04.3
Build steps
Test case
Execution steps
Output