| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
env.h has some convenience wrappers for accessing private methods (look for PER_ISOLATE_PRIVATE_SYMBOL_PROPERTIES), can we use those?
Sorry, something went wrong.
There was a problem hiding this comment.
We generally use snake_case for local variables and parameters
Sorry, something went wrong.
|
@addaleax I have addressed your review comments. |
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
There was a problem hiding this comment.
s/prefix/suffix/?
Sorry, something went wrong.
There was a problem hiding this comment.
Since you have a reference to the v8::Context, it would be more efficient to call Environment::GetCurrent(context) once and then call env->napi_env() directly.
Applies to a few more spots. I won't point them out individually.
Sorry, something went wrong.
There was a problem hiding this comment.
Consider using an enum instead of a bool. More self-descriptive at the call site.
Sorry, something went wrong.
There was a problem hiding this comment.
Space before :.
Sorry, something went wrong.
There was a problem hiding this comment.
Can you line up the arguments?
Sorry, something went wrong.
Sorry, something went wrong.
|
I re-ran the node-test-commit-arm portion, and it passed: https://ci.nodejs.org/job/node-test-commit-arm/13589/ |
Sorry, something went wrong.
|
Should this be backported to v8.x-staging? If yes please follow the guide and raise a backport PR, if not let me know or add the dont-land-on label. |
Sorry, something went wrong.
|
@MylesBorins this is part of #19265. |
Sorry, something went wrong.
PR-URL: nodejs#18311 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Fixes: nodejs#14367
PR-URL: nodejs#18311 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Fixes: nodejs#14367
PR-URL: nodejs#18311 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Fixes: nodejs#14367
| Back | FazBrowse Home | New Git URL |
Fixes: #14367
Checklist
Affected core subsystem(s)
n-api