We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ff9ff8f
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
JerryScript revision
ff9ff8f
Build platform
Ubuntu 22.04.3
Build steps
Test case
Execution steps
Output
The text was updated successfully, but these errors were encountered: