interface ProcessAllArgumentResult {
    callArgs: FunctionArgument[];
    finalEnv: REnvironmentInformation;
    processedArguments: (undefined | DataflowInformation)[];
    remainingReadInArgs: IdentifierReference[];
}

Properties

callArgs: FunctionArgument[]
processedArguments: (undefined | DataflowInformation)[]
remainingReadInArgs: IdentifierReference[]