lib: remove dollar symbol for private function '$getMaxListeners'#25590
Conversation
|
this doesn't really need an underscore either |
Just remove '$' because this isn't a programming language like Python.
|
@Maledong I think that’s because of the second |
|
@addaleax iirc the name was added as part of a code+learn to help debugging through core, might be good to keep it. |
|
Re-run of failing node-test-commit-arm-fanned |
I believe v8 is already capable of inferring function names like this (assigned through a |
|
Landed in 3a4521a |
Just remove '$' because this isn't a programming language like Python. PR-URL: #25590 Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Just remove '$' because this isn't a programming language like Python. PR-URL: #25590 Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
|
Thanks! |
Just remove '$' because this isn't a programming language like Python.
make -j4 test(UNIX), orvcbuild test(Windows) passes