| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
I fixed the crash with a fallback to undefined in the interceptor, but I think there's a bug in V8 because that's what the documentation says: * If the interceptor handles the request (i.e. the property should not be * looked up beyond the interceptor) it should * - (optionally) use info.GetReturnValue().Set()` to set the return value * (by default the result is set to v8::Undefined), * - return `Intercepted::kYes`. * If the interceptor does not handle the request it must return * `Intercepted::kNo` and it must not produce side effects. |
Sorry, something went wrong.
|
I'm not sure what to do with the coverage job. It pretends that JS coverage went down, but this PR doesn't touch any JS file. |
Sorry, something went wrong.
PR-URL: nodejs#54544 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
|
Rebased |
Sorry, something went wrong.
|
#54966 is also affected by the coverage drop |
Sorry, something went wrong.
|
@RafaelGSS Should I open an issue for the coverage? The difference between v22.x and main is non-negligible. |
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.