How does the parameter const v8::FunctionCallbackInfo& args get its value at the C++ level?
Reading the source code and finding different functions that can be called from the js code, for example new TCP
, it is not entirely clear how the C++ level accepts arguments to its level for a specific bound function.