封鎖 >CodeGenerator >functionNames_

CodeGenerator.functionNames_ 屬性

這個字典將定義中的函式名稱對應至實際函式名稱 (以避免使用者函式發生衝突)。

Signature:

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