buildForeignCallArgumentMapping(fCallIDs, fCalls, argumentNames, trackers): ForeignCallArgumentMappings[]

Builds a mapping of foreign call arguments to their corresponding placeholders.

Parameters

ParameterTypeDescription
fCallIDsnumber[]An array of foreign call IDs.
fCallsstring[]An array of foreign call expressions.
argumentNamesFunctionArgument[]An array of function arguments.
trackersTrackerDefinition[]An array of tracker definitions.

Returns

ForeignCallArgumentMappings[]

An array of foreign call argument mappings.

Defined in

src/modules/parser.ts:493