blockly > CodeGenerator > functionNames_
CodeGenerator.functionNames_ property
A dictionary mapping desired function names in definitions_ to actual function names (to avoid collisions with user functions).
Signature:
protected functionNames_: {
[key: string]: string;
};