-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Error.prepareStackTrace is exposed to user code #9062
Comments
This is intentional, deno/cli/dts/lib.deno.shared_globals.d.ts Lines 884 to 885 in f3ead9c
|
Exactly, it's a nonstandard V8 "feature." |
This is discussed in #5254 about |
Oh, there was a PR explicitly exposing it, didn't find that. In that case, is there a plan to allow users to take advantage of it?
|
(Its friend |
Closing, as this is known and intentional. |
Title should describe this well enough.
Input:
Expected output:
false
Actual output:
true
I don't think any browsers do this.
Exposed here:
deno/runtime/js/99_main.js
Lines 158 to 167 in f3ead9c
The text was updated successfully, but these errors were encountered: