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
commit: d398f1e
build setting:
cmake -DCMAKE_CXX_FLAGS=-fsanitize=address -DESCARGOT_MODE=debug -DESCARGOT_OUTPUT=shell -GNinja
poc.js:
var v0 = false; try { try { throw {}; } catch ({a = (print(a), b), b}) { } } catch (e) { v0 = true; }
Bash Result:
/escargot ./poc.js escargot: /home/fuzzer/escargot/src/runtime/Object.h:648: bool Escargot::ObjectGetResult::isDataProperty() const: Assertion `hasValue()' failed. Aborted /escargot ./poc.js /escargot ./poc.js 83456213.01425552 /escargot ./poc.js -1.7740938470966771e-181 /escargot ./poc.js /escargot ./poc.js -60.507442331163475
The text was updated successfully, but these errors were encountered:
No branches or pull requests
commit: d398f1e
build setting:
poc.js:
Bash Result:
The text was updated successfully, but these errors were encountered: