Current function-call-index implementation
This module builds the same identity for each repeated function call using context, functionName, and an arguments id. rs-x uses this id to recognize "this is the same call as before" and to find the correct cached call result.
FunctionCallIndexFactory builds or returns the same call-id object for the same call input (same context, function name, and arguments).