blockly >代码生成器 >CodeGeneratorfunctionNames_

CodeGenerator.functionNames_ 属性

将定义中所需的函数名称映射到实际函数名称的字典(以避免与用户函数冲突)。

Signature:

protected functionNames_: {
        [key: string]: string;
    };