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 <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Just remove '$' because this isn't a programming language like Python. PR-URL: #25590 Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
|
Thanks! |
Just remove '$' because this isn't a programming language like Python.
make -j4 test(UNIX), orvcbuild test(Windows) passes