| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Bit of tidying up where we set different config values..
|
@maclover7 build started: https://ci.nodejs.org/blue/organizations/jenkins/node-test-pull-request-lite-pipeline/detail/node-test-pull-request-lite-pipeline/484/pipeline |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM but can we fast track this? I like it, but it’s, like, very directly conflicting with what I’m working on at this point. 😄
Sorry, something went wrong.
|
|
||
| #define READONLY_STRING_PROPERTY(obj, str, val) \ | ||
| do { \ | ||
| obj->DefineOwnProperty(context, \ |
There was a problem hiding this comment.
It’s a best practice to parenthesize macro parameters, i.e. use (obj)->DefineOwnProperty(…), even if this is probably not an issue for now :)
Sorry, something went wrong.
| String::NewFromUtf8( \ | ||
| isolate, \ | ||
| val.data(), \ | ||
| v8::NewStringType::kNormal).ToLocalChecked(), \ |
There was a problem hiding this comment.
tiny nit: 4 spaces for statement continuations
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Bit of tidying up where we set different config values. PR-URL: #22222 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: James M Snell <jasnell@gmail.com>
Bit of tidying up where we set different config values. PR-URL: #22222 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: James M Snell <jasnell@gmail.com>
Bit of tidying up where we set different config values. PR-URL: nodejs/node#22222 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
Bit of tidying up where we set different config values.
Checklist