-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
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
Cannot use 'in' operator to search for '0' in arguments_marker
#16781
Comments
General help questions should be posted to the nodejs/help issue tracker instead. This issue tracker is for reporting bugs and submitting feature requests for node core. Issues with npm or other tools that use node should be posted to the appropriate issue tracker for those tools, unless it can be proven that the issue is in fact with node core and not the tool in question. |
If you read the proposed fix in the linked issue from chromium: https://bugs.chromium.org/p/chromium/issues/detail?id=777836#c6 https://chromium-review.googlesource.com/c/v8/v8/+/738176
The comment certainly suggests this is something related to V8. The issue itself happens to manifest in |
See: #16704 |
Is this also in Node.js 9 and in which versions? |
Uglify 2.4 has a vulnerability that doesn't affect users of this library, but does result in build warnings: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8858 Early minor versions of NodeJS 9.x inherited a bug from V8 that led to repeated test failures: nodejs/node#16781.
Uglify 2.4 has a vulnerability that doesn't affect users of this library, but does result in build warnings: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8858 Early minor versions of NodeJS 9.x inherited a bug from V8 that led to repeated test failures: nodejs/node#16781.
Error as stated in message.
To elicit the error, clone https://github.com/sheetjs/js-xlsx and npm install:
Relevant cut from the debug log:
This is not triggered by any previous node version (tested against latest 8.x 7.x 6.x 5.x 4.x 0.12.x 0.10.x 0.8.x).
A quick search suggests this is possibly a v8 issue: https://bugs.chromium.org/p/chromium/issues/detail?id=777836
The text was updated successfully, but these errors were encountered: